Html Css Color HEX #472417 Brown Pod

📋 copy color: '#472417'

red 71 ◦ green 36 ◦ blue 23

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

Shades of Brown Pod #472417

Tints of Brown Pod #472417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 17.69%

R = 54.62%
G = 27.69%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#472417 (or 0x472417) is known color: Brown Pod. HEX triplet: 47, 24 and 17. RGB value is (71,36,23). Sum of RGB (Red+Green+Blue) = 71+36+23=130 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.62% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 23 (9.38% from 255 or 17.69% from 130); Max value from RGB is 71 - color contains mainly: red. Hex color #472417 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472417 is #B8DBE8. Grayscale: #2D2D2D. Windows color (decimal): -12114921 or 1516615. OLE color: 1516615.

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

Color convert

RGB 71 36 23 -
CMYK 0 0.49 0.68 0.72
HSL 16.25º 0.51% 0.18% -
HSV(B) 16.25º 0.68% 0.28% -
XYZ 3.38 2.66 1.15 -
YUV 44.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 71 36 23 0 0.49 0.68 0.72 16.25 0.51 0.18
Hex 47 24 17 0 31 44 48 10 33 12
Octal 107 44 27 0 61 104 110 20 63 22
Binary 1000111 100100 10111 0 110001 1000100 1001000 10000 110011 10010

Color Harmonies of #472417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472417

Black with #472417

Text Example


Text Example

White with #472417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472417; }

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

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

background-color css

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

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

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

border-color css

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

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

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