Html Css Color HEX #412507 Bistre

📋 copy color: '#412507'

red 65 ◦ green 37 ◦ blue 7

#412507
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bistre #412507

Tints of Bistre #412507

RGB

 RED value IS 65 (25.78% from 255) = 59.63%

 GREEN value IS 37 (14.84% from 255) = 33.94%

 BLUE value IS 7 (3.13% from 255) = 6.42%

R = 59.63%
G = 33.94%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.75

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#412507 (or 0x412507) is known color: Bistre. HEX triplet: 41, 25 and 07. RGB value is (65,37,7). Sum of RGB (Red+Green+Blue) = 65+37+7=109 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.63% from 109); Green value is 37 (14.84% from 255 or 33.94% from 109); Blue value is 7 (3.12% from 255 or 6.42% from 109); Max value from RGB is 65 - color contains mainly: red. Hex color #412507 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412507 is #BEDAF8. Grayscale: #2A2A2A. Windows color (decimal): -12507897 or 468289. OLE color: 468289.

HSL color Cylindrical-coordinate representation of color #412507: hue angle of 31.03º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #412507 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 37 7 -
CMYK 0 0.43 0.89 0.75
HSL 31.03º 0.81% 0.14% -
HSV(B) 31.03º 0.89% 0.25% -
XYZ 2.88 2.46 0.52 -
YUV 41.95 108.28 144.44 -
System Red Green Blue C M Y K H S L
Decimal 65 37 7 0 0.43 0.89 0.75 31.03 0.81 0.14
Hex 41 25 7 0 2B 59 4B 1F 51 E
Octal 101 45 7 0 53 131 113 37 121 16
Binary 1000001 100101 111 0 101011 1011001 1001011 11111 1010001 1110

Color Harmonies of #412507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412507

Black with #412507

Text Example


Text Example

White with #412507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412507; }

 p { color: rgb(65,37,7); }

 H1.HeaderClassName
 {
   color: #412507;
 }
 .AnyTagClassName
 {
   color: #412507;
 }
</style>

background-color css

<style>
 a { background-color: #412507; }

 a { background-color: rgb(65,37,7); }

 div.DivClassName
 {
   background-color: #412507;
 }
 .BgClassName
 {
   background-color: #412507;
 }
</style>

border-color css

<style>
 span { border-color: #412507; }

 span { border-color: rgb(65,37,7); }

 td.TdClassName
 {
   border-color: #412507;
 }
 .TagClassName
 {
   border-color: #412507;
 }
</style>