Html Css Color HEX #472304 Brown Pod

📋 copy color: '#472304'

red 71 ◦ green 35 ◦ blue 4

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

Shades of Brown Pod #472304

Tints of Brown Pod #472304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.64%

R = 64.55%
G = 31.82%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#472304 (or 0x472304) is known color: Brown Pod. HEX triplet: 47, 23 and 04. RGB value is (71,35,4). Sum of RGB (Red+Green+Blue) = 71+35+4=110 (14% of max value = 765). Red value is 71 (28.12% from 255 or 64.55% from 110); Green value is 35 (14.06% from 255 or 31.82% from 110); Blue value is 4 (1.95% from 255 or 3.64% from 110); Max value from RGB is 71 - color contains mainly: red. Hex color #472304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472304 is #B8DCFB. Grayscale: #2A2A2A. Windows color (decimal): -12115196 or 271175. OLE color: 271175.

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

Color convert

RGB 71 35 4 -
CMYK 0 0.51 0.94 0.72
HSL 27.76º 0.89% 0.15% -
HSV(B) 27.76º 0.94% 0.28% -
XYZ 3.22 2.55 0.44 -
YUV 42.23 106.43 148.52 -
System Red Green Blue C M Y K H S L
Decimal 71 35 4 0 0.51 0.94 0.72 27.76 0.89 0.15
Hex 47 23 4 0 33 5E 48 1C 59 F
Octal 107 43 4 0 63 136 110 34 131 17
Binary 1000111 100011 100 0 110011 1011110 1001000 11100 1011001 1111

Color Harmonies of #472304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472304

Black with #472304

Text Example


Text Example

White with #472304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472304; }

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

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

background-color css

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

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

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

border-color css

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

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

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