Html Css Color HEX #472017 Brown Pod

📋 copy color: '#472017'

red 71 ◦ green 32 ◦ blue 23

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

Shades of Brown Pod #472017

Tints of Brown Pod #472017

RGB

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

 GREEN value IS 32 (12.89% from 255) = 25.4%

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

R = 56.35%
G = 25.4%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#472017 (or 0x472017) is known color: Brown Pod. HEX triplet: 47, 20 and 17. RGB value is (71,32,23). Sum of RGB (Red+Green+Blue) = 71+32+23=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 23 (9.38% from 255 or 18.25% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #472017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472017 is #B8DFE8. Grayscale: #2A2A2A. Windows color (decimal): -12115945 or 1515591. OLE color: 1515591.

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

Color convert

RGB 71 32 23 -
CMYK 0 0.55 0.68 0.72
HSL 11.25º 0.51% 0.18% -
HSV(B) 11.25º 0.68% 0.28% -
XYZ 3.27 2.43 1.11 -
YUV 42.64 116.92 148.23 -
System Red Green Blue C M Y K H S L
Decimal 71 32 23 0 0.55 0.68 0.72 11.25 0.51 0.18
Hex 47 20 17 0 37 44 48 B 33 12
Octal 107 40 27 0 67 104 110 13 63 22
Binary 1000111 100000 10111 0 110111 1000100 1001000 1011 110011 10010

Color Harmonies of #472017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472017

Black with #472017

Text Example


Text Example

White with #472017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472017; }

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

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

background-color css

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

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

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

border-color css

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

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

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