Html Css Color HEX #472E18 Bistre

📋 copy color: '#472E18'

red 71 ◦ green 46 ◦ blue 24

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

Shades of Bistre #472E18

Tints of Bistre #472E18

RGB

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

 GREEN value IS 46 (18.36% from 255) = 32.62%

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

R = 50.35%
G = 32.62%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.72

RGB Variations

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

Color information

#472E18 (or 0x472E18) is known color: Bistre. HEX triplet: 47, 2E and 18. RGB value is (71,46,24). Sum of RGB (Red+Green+Blue) = 71+46+24=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 46 (18.36% from 255 or 32.62% from 141); Blue value is 24 (9.77% from 255 or 17.02% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #472E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472E18 is #B8D1E7. Grayscale: #333333. Windows color (decimal): -12112360 or 1584711. OLE color: 1584711.

HSL color Cylindrical-coordinate representation of color #472E18: hue angle of 28.09º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #472E18 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 46 24 -
CMYK 0 0.35 0.66 0.72
HSL 28.09º 0.49% 0.19% -
HSV(B) 28.09º 0.66% 0.28% -
XYZ 3.74 3.36 1.32 -
YUV 50.97 112.78 142.29 -
System Red Green Blue C M Y K H S L
Decimal 71 46 24 0 0.35 0.66 0.72 28.09 0.49 0.19
Hex 47 2E 18 0 23 42 48 1C 31 13
Octal 107 56 30 0 43 102 110 34 61 23
Binary 1000111 101110 11000 0 100011 1000010 1001000 11100 110001 10011

Color Harmonies of #472E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472E18

Black with #472E18

Text Example


Text Example

White with #472E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472E18; }

 p { color: rgb(71,46,24); }

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

background-color css

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

 a { background-color: rgb(71,46,24); }

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

border-color css

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

 span { border-color: rgb(71,46,24); }

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