Html Css Color HEX #412808 Bistre

📋 copy color: '#412808'

red 65 ◦ green 40 ◦ blue 8

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

Shades of Bistre #412808

Tints of Bistre #412808

RGB

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

 GREEN value IS 40 (16.02% from 255) = 35.4%

 BLUE value IS 8 (3.52% from 255) = 7.08%

R = 57.52%
G = 35.4%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.75

RGB Variations

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

Color information

#412808 (or 0x412808) is known color: Bistre. HEX triplet: 41, 28 and 08. RGB value is (65,40,8). Sum of RGB (Red+Green+Blue) = 65+40+8=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 40 (16.02% from 255 or 35.40% from 113); Blue value is 8 (3.52% from 255 or 7.08% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #412808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412808 is #BED7F7. Grayscale: #2B2B2B. Windows color (decimal): -12507128 or 534593. OLE color: 534593.

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

Color convert

RGB 65 40 8 -
CMYK 0 0.38 0.88 0.75
HSL 33.68º 0.78% 0.14% -
HSV(B) 33.68º 0.88% 0.25% -
XYZ 2.98 2.66 0.59 -
YUV 43.83 107.78 143.1 -
System Red Green Blue C M Y K H S L
Decimal 65 40 8 0 0.38 0.88 0.75 33.68 0.78 0.14
Hex 41 28 8 0 26 58 4B 22 4E E
Octal 101 50 10 0 46 130 113 42 116 16
Binary 1000001 101000 1000 0 100110 1011000 1001011 100010 1001110 1110

Color Harmonies of #412808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412808

Black with #412808

Text Example


Text Example

White with #412808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412808; }

 p { color: rgb(65,40,8); }

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

background-color css

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

 a { background-color: rgb(65,40,8); }

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

border-color css

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

 span { border-color: rgb(65,40,8); }

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