Html Css Color HEX #472308 Brown Pod

📋 copy color: '#472308'

red 71 ◦ green 35 ◦ blue 8

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

Shades of Brown Pod #472308

Tints of Brown Pod #472308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 7.02%

R = 62.28%
G = 30.7%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#472308 (or 0x472308) is known color: Brown Pod. HEX triplet: 47, 23 and 08. RGB value is (71,35,8). Sum of RGB (Red+Green+Blue) = 71+35+8=114 (15% of max value = 765). Red value is 71 (28.12% from 255 or 62.28% from 114); Green value is 35 (14.06% from 255 or 30.70% from 114); Blue value is 8 (3.52% from 255 or 7.02% from 114); Max value from RGB is 71 - color contains mainly: red. Hex color #472308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472308 is #B8DCF7. Grayscale: #2A2A2A. Windows color (decimal): -12115192 or 533319. OLE color: 533319.

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

Color convert

RGB 71 35 8 -
CMYK 0 0.51 0.89 0.72
HSL 25.71º 0.8% 0.15% -
HSV(B) 25.71º 0.89% 0.28% -
XYZ 3.24 2.56 0.55 -
YUV 42.69 108.43 148.2 -
System Red Green Blue C M Y K H S L
Decimal 71 35 8 0 0.51 0.89 0.72 25.71 0.8 0.15
Hex 47 23 8 0 33 59 48 1A 50 F
Octal 107 43 10 0 63 131 110 32 120 17
Binary 1000111 100011 1000 0 110011 1011001 1001000 11010 1010000 1111

Color Harmonies of #472308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472308

Black with #472308

Text Example


Text Example

White with #472308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472308; }

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

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

background-color css

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

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

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

border-color css

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

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

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