Html Css Color HEX #472018 Brown Pod

📋 copy color: '#472018'

red 71 ◦ green 32 ◦ blue 24

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

Shades of Brown Pod #472018

Tints of Brown Pod #472018

RGB

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

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

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

R = 55.91%
G = 25.2%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.72

RGB Variations

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

Color information

#472018 (or 0x472018) is known color: Brown Pod. HEX triplet: 47, 20 and 18. RGB value is (71,32,24). Sum of RGB (Red+Green+Blue) = 71+32+24=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #472018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472018 is #B8DFE7. Grayscale: #2A2A2A. Windows color (decimal): -12115944 or 1581127. OLE color: 1581127.

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

Color convert

RGB 71 32 24 -
CMYK 0 0.55 0.66 0.72
HSL 10.21º 0.49% 0.19% -
HSV(B) 10.21º 0.66% 0.28% -
XYZ 3.28 2.44 1.16 -
YUV 42.75 117.42 148.15 -
System Red Green Blue C M Y K H S L
Decimal 71 32 24 0 0.55 0.66 0.72 10.21 0.49 0.19
Hex 47 20 18 0 37 42 48 A 31 13
Octal 107 40 30 0 67 102 110 12 61 23
Binary 1000111 100000 11000 0 110111 1000010 1001000 1010 110001 10011

Color Harmonies of #472018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472018

Black with #472018

Text Example


Text Example

White with #472018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472018; }

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

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

background-color css

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

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

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

border-color css

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

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

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