Html Css Color HEX #412B19 Bistre

📋 copy color: '#412B19'

red 65 ◦ green 43 ◦ blue 25

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

Shades of Bistre #412B19

Tints of Bistre #412B19

RGB

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

 GREEN value IS 43 (17.19% from 255) = 32.33%

 BLUE value IS 25 (10.16% from 255) = 18.8%

R = 48.87%
G = 32.33%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#412B19 (or 0x412B19) is known color: Bistre. HEX triplet: 41, 2B and 19. RGB value is (65,43,25). Sum of RGB (Red+Green+Blue) = 65+43+25=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 43 (17.19% from 255 or 32.33% from 133); Blue value is 25 (10.16% from 255 or 18.80% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #412B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412B19 is #BED4E6. Grayscale: #2F2F2F. Windows color (decimal): -12506343 or 1649473. OLE color: 1649473.

HSL color Cylindrical-coordinate representation of color #412B19: hue angle of 27º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #412B19 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 43 25 -
CMYK 0 0.34 0.62 0.75
HSL 27º 0.44% 0.18% -
HSV(B) 27º 0.62% 0.25% -
XYZ 3.22 2.92 1.31 -
YUV 47.53 115.29 140.46 -
System Red Green Blue C M Y K H S L
Decimal 65 43 25 0 0.34 0.62 0.75 27 0.44 0.18
Hex 41 2B 19 0 22 3E 4B 1B 2C 12
Octal 101 53 31 0 42 76 113 33 54 22
Binary 1000001 101011 11001 0 100010 111110 1001011 11011 101100 10010

Color Harmonies of #412B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412B19

Black with #412B19

Text Example


Text Example

White with #412B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412B19; }

 p { color: rgb(65,43,25); }

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

background-color css

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

 a { background-color: rgb(65,43,25); }

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

border-color css

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

 span { border-color: rgb(65,43,25); }

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