Html Css Color HEX #472309 Brown Pod

📋 copy color: '#472309'

red 71 ◦ green 35 ◦ blue 9

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

Shades of Brown Pod #472309

Tints of Brown Pod #472309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.83%

R = 61.74%
G = 30.43%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.72

RGB Variations

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

Color information

#472309 (or 0x472309) is known color: Brown Pod. HEX triplet: 47, 23 and 09. RGB value is (71,35,9). Sum of RGB (Red+Green+Blue) = 71+35+9=115 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.74% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 9 (3.91% from 255 or 7.83% from 115); Max value from RGB is 71 - color contains mainly: red. Hex color #472309 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472309 is #B8DCF6. Grayscale: #2A2A2A. Windows color (decimal): -12115191 or 598855. OLE color: 598855.

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

Color convert

RGB 71 35 9 -
CMYK 0 0.51 0.87 0.72
HSL 25.16º 0.78% 0.16% -
HSV(B) 25.16º 0.87% 0.28% -
XYZ 3.25 2.56 0.58 -
YUV 42.8 108.93 148.11 -
System Red Green Blue C M Y K H S L
Decimal 71 35 9 0 0.51 0.87 0.72 25.16 0.78 0.16
Hex 47 23 9 0 33 57 48 19 4E 10
Octal 107 43 11 0 63 127 110 31 116 20
Binary 1000111 100011 1001 0 110011 1010111 1001000 11001 1001110 10000

Color Harmonies of #472309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472309

Black with #472309

Text Example


Text Example

White with #472309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472309; }

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

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

background-color css

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

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

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

border-color css

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

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

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