Html Css Color HEX #412B18 Bistre

📋 copy color: '#412B18'

red 65 ◦ green 43 ◦ blue 24

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

Shades of Bistre #412B18

Tints of Bistre #412B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 18.18%

R = 49.24%
G = 32.58%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.63

 K value IS 0.75

RGB Variations

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

Color information

#412B18 (or 0x412B18) is known color: Bistre. HEX triplet: 41, 2B and 18. RGB value is (65,43,24). Sum of RGB (Red+Green+Blue) = 65+43+24=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 43 (17.19% from 255 or 32.58% from 132); Blue value is 24 (9.77% from 255 or 18.18% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #412B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412B18 is #BED4E7. Grayscale: #2F2F2F. Windows color (decimal): -12506344 or 1583937. OLE color: 1583937.

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

Color convert

RGB 65 43 24 -
CMYK 0 0.34 0.63 0.75
HSL 27.8º 0.46% 0.17% -
HSV(B) 27.8º 0.63% 0.25% -
XYZ 3.21 2.92 1.26 -
YUV 47.41 114.79 140.54 -
System Red Green Blue C M Y K H S L
Decimal 65 43 24 0 0.34 0.63 0.75 27.8 0.46 0.17
Hex 41 2B 18 0 22 3F 4B 1C 2E 11
Octal 101 53 30 0 42 77 113 34 56 21
Binary 1000001 101011 11000 0 100010 111111 1001011 11100 101110 10001

Color Harmonies of #412B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412B18

Black with #412B18

Text Example


Text Example

White with #412B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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