Html Css Color HEX #472408 Bistre

📋 copy color: '#472408'

red 71 ◦ green 36 ◦ blue 8

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

Shades of Bistre #472408

Tints of Bistre #472408

RGB

 RED value IS 71 (28.13% from 255) = 61.74%

 GREEN value IS 36 (14.45% from 255) = 31.3%

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

R = 61.74%
G = 31.3%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#472408 (or 0x472408) is known color: Bistre. HEX triplet: 47, 24 and 08. RGB value is (71,36,8). Sum of RGB (Red+Green+Blue) = 71+36+8=115 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.74% from 115); Green value is 36 (14.45% from 255 or 31.30% from 115); Blue value is 8 (3.52% from 255 or 6.96% from 115); Max value from RGB is 71 - color contains mainly: red. Hex color #472408 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472408 is #B8DBF7. Grayscale: #2B2B2B. Windows color (decimal): -12114936 or 533575. OLE color: 533575.

HSL color Cylindrical-coordinate representation of color #472408: hue angle of 26.67º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #472408 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 36 8 -
CMYK 0 0.49 0.89 0.72
HSL 26.67º 0.8% 0.15% -
HSV(B) 26.67º 0.89% 0.28% -
XYZ 3.27 2.62 0.56 -
YUV 43.27 108.1 147.78 -
System Red Green Blue C M Y K H S L
Decimal 71 36 8 0 0.49 0.89 0.72 26.67 0.8 0.15
Hex 47 24 8 0 31 59 48 1B 50 F
Octal 107 44 10 0 61 131 110 33 120 17
Binary 1000111 100100 1000 0 110001 1011001 1001000 11011 1010000 1111

Color Harmonies of #472408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472408

Black with #472408

Text Example


Text Example

White with #472408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472408; }

 p { color: rgb(71,36,8); }

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

background-color css

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

 a { background-color: rgb(71,36,8); }

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

border-color css

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

 span { border-color: rgb(71,36,8); }

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