Html Css Color HEX #472218 Brown Pod

📋 copy color: '#472218'

red 71 ◦ green 34 ◦ blue 24

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

Shades of Brown Pod #472218

Tints of Brown Pod #472218

RGB

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

 GREEN value IS 34 (13.67% from 255) = 26.36%

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

R = 55.04%
G = 26.36%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.72

RGB Variations

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

Color information

#472218 (or 0x472218) is known color: Brown Pod. HEX triplet: 47, 22 and 18. RGB value is (71,34,24). Sum of RGB (Red+Green+Blue) = 71+34+24=129 (17% of max value = 765). Red value is 71 (28.12% from 255 or 55.04% from 129); Green value is 34 (13.67% from 255 or 26.36% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 71 - color contains mainly: red. Hex color #472218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472218 is #B8DDE7. Grayscale: #2C2C2C. Windows color (decimal): -12115432 or 1581639. OLE color: 1581639.

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

Color convert

RGB 71 34 24 -
CMYK 0 0.52 0.66 0.72
HSL 12.77º 0.49% 0.19% -
HSV(B) 12.77º 0.66% 0.28% -
XYZ 3.34 2.55 1.18 -
YUV 43.92 116.76 147.31 -
System Red Green Blue C M Y K H S L
Decimal 71 34 24 0 0.52 0.66 0.72 12.77 0.49 0.19
Hex 47 22 18 0 34 42 48 D 31 13
Octal 107 42 30 0 64 102 110 15 61 23
Binary 1000111 100010 11000 0 110100 1000010 1001000 1101 110001 10011

Color Harmonies of #472218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472218

Black with #472218

Text Example


Text Example

White with #472218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472218; }

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

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

background-color css

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

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

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

border-color css

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

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

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