Html Css Color HEX #472118 Brown Pod

📋 copy color: '#472118'

red 71 ◦ green 33 ◦ blue 24

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

Shades of Brown Pod #472118

Tints of Brown Pod #472118

RGB

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

 GREEN value IS 33 (13.28% from 255) = 25.78%

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

R = 55.47%
G = 25.78%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.72

RGB Variations

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

Color information

#472118 (or 0x472118) is known color: Brown Pod. HEX triplet: 47, 21 and 18. RGB value is (71,33,24). Sum of RGB (Red+Green+Blue) = 71+33+24=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 33 (13.28% from 255 or 25.78% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #472118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472118 is #B8DEE7. Grayscale: #2B2B2B. Windows color (decimal): -12115688 or 1581383. OLE color: 1581383.

HSL color Cylindrical-coordinate representation of color #472118: hue angle of 11.49º 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 #472118 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 33 24 -
CMYK 0 0.54 0.66 0.72
HSL 11.49º 0.49% 0.19% -
HSV(B) 11.49º 0.66% 0.28% -
XYZ 3.31 2.49 1.17 -
YUV 43.34 117.09 147.73 -
System Red Green Blue C M Y K H S L
Decimal 71 33 24 0 0.54 0.66 0.72 11.49 0.49 0.19
Hex 47 21 18 0 36 42 48 B 31 13
Octal 107 41 30 0 66 102 110 13 61 23
Binary 1000111 100001 11000 0 110110 1000010 1001000 1011 110001 10011

Color Harmonies of #472118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472118

Black with #472118

Text Example


Text Example

White with #472118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472118; }

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

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

background-color css

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

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

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

border-color css

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

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

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