Html Css Color HEX #472317 Brown Pod

📋 copy color: '#472317'

red 71 ◦ green 35 ◦ blue 23

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

Shades of Brown Pod #472317

Tints of Brown Pod #472317

RGB

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

 GREEN value IS 35 (14.06% from 255) = 27.13%

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

R = 55.04%
G = 27.13%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#472317 (or 0x472317) is known color: Brown Pod. HEX triplet: 47, 23 and 17. RGB value is (71,35,23). Sum of RGB (Red+Green+Blue) = 71+35+23=129 (17% of max value = 765). Red value is 71 (28.12% from 255 or 55.04% from 129); Green value is 35 (14.06% from 255 or 27.13% from 129); Blue value is 23 (9.38% from 255 or 17.83% from 129); Max value from RGB is 71 - color contains mainly: red. Hex color #472317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472317 is #B8DCE8. Grayscale: #2C2C2C. Windows color (decimal): -12115177 or 1516359. OLE color: 1516359.

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

Color convert

RGB 71 35 23 -
CMYK 0 0.51 0.68 0.72
HSL 15º 0.51% 0.18% -
HSV(B) 15º 0.68% 0.28% -
XYZ 3.35 2.6 1.14 -
YUV 44.4 115.93 146.98 -
System Red Green Blue C M Y K H S L
Decimal 71 35 23 0 0.51 0.68 0.72 15 0.51 0.18
Hex 47 23 17 0 33 44 48 F 33 12
Octal 107 43 27 0 63 104 110 17 63 22
Binary 1000111 100011 10111 0 110011 1000100 1001000 1111 110011 10010

Color Harmonies of #472317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472317

Black with #472317

Text Example


Text Example

White with #472317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472317; }

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

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

background-color css

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

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

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

border-color css

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

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

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