Html Css Color HEX #412B17 Bistre

📋 copy color: '#412B17'

red 65 ◦ green 43 ◦ blue 23

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

Shades of Bistre #412B17

Tints of Bistre #412B17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 17.56%

R = 49.62%
G = 32.82%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.65

 K value IS 0.75

RGB Variations

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

Color information

#412B17 (or 0x412B17) is known color: Bistre. HEX triplet: 41, 2B and 17. RGB value is (65,43,23). Sum of RGB (Red+Green+Blue) = 65+43+23=131 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.62% from 131); Green value is 43 (17.19% from 255 or 32.82% from 131); Blue value is 23 (9.38% from 255 or 17.56% from 131); Max value from RGB is 65 - color contains mainly: red. Hex color #412B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412B17 is #BED4E8. Grayscale: #2F2F2F. Windows color (decimal): -12506345 or 1518401. OLE color: 1518401.

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

Color convert

RGB 65 43 23 -
CMYK 0 0.34 0.65 0.75
HSL 28.57º 0.48% 0.17% -
HSV(B) 28.57º 0.65% 0.25% -
XYZ 3.2 2.91 1.2 -
YUV 47.3 114.29 140.63 -
System Red Green Blue C M Y K H S L
Decimal 65 43 23 0 0.34 0.65 0.75 28.57 0.48 0.17
Hex 41 2B 17 0 22 41 4B 1D 30 11
Octal 101 53 27 0 42 101 113 35 60 21
Binary 1000001 101011 10111 0 100010 1000001 1001011 11101 110000 10001

Color Harmonies of #412B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412B17

Black with #412B17

Text Example


Text Example

White with #412B17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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