Html Css Color HEX #472410 Brown Pod

📋 copy color: '#472410'

red 71 ◦ green 36 ◦ blue 16

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

Shades of Brown Pod #472410

Tints of Brown Pod #472410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.01%

R = 57.72%
G = 29.27%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#472410 (or 0x472410) is known color: Brown Pod. HEX triplet: 47, 24 and 10. RGB value is (71,36,16). Sum of RGB (Red+Green+Blue) = 71+36+16=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 16 (6.64% from 255 or 13.01% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #472410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472410 is #B8DBEF. Grayscale: #2C2C2C. Windows color (decimal): -12114928 or 1057863. OLE color: 1057863.

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

Color convert

RGB 71 36 16 -
CMYK 0 0.49 0.77 0.72
HSL 21.82º 0.63% 0.17% -
HSV(B) 21.82º 0.77% 0.28% -
XYZ 3.32 2.64 0.82 -
YUV 44.19 112.1 147.13 -
System Red Green Blue C M Y K H S L
Decimal 71 36 16 0 0.49 0.77 0.72 21.82 0.63 0.17
Hex 47 24 10 0 31 4D 48 16 3F 11
Octal 107 44 20 0 61 115 110 26 77 21
Binary 1000111 100100 10000 0 110001 1001101 1001000 10110 111111 10001

Color Harmonies of #472410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472410

Black with #472410

Text Example


Text Example

White with #472410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472410; }

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

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

background-color css

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

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

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

border-color css

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

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

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