Html Css Color HEX #472305 Brown Pod

📋 copy color: '#472305'

red 71 ◦ green 35 ◦ blue 5

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

Shades of Brown Pod #472305

Tints of Brown Pod #472305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.5%

R = 63.96%
G = 31.53%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#472305 (or 0x472305) is known color: Brown Pod. HEX triplet: 47, 23 and 05. RGB value is (71,35,5). Sum of RGB (Red+Green+Blue) = 71+35+5=111 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.96% from 111); Green value is 35 (14.06% from 255 or 31.53% from 111); Blue value is 5 (2.34% from 255 or 4.50% from 111); Max value from RGB is 71 - color contains mainly: red. Hex color #472305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472305 is #B8DCFA. Grayscale: #2A2A2A. Windows color (decimal): -12115195 or 336711. OLE color: 336711.

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

Color convert

RGB 71 35 5 -
CMYK 0 0.51 0.93 0.72
HSL 27.27º 0.87% 0.15% -
HSV(B) 27.27º 0.93% 0.28% -
XYZ 3.23 2.55 0.47 -
YUV 42.34 106.93 148.44 -
System Red Green Blue C M Y K H S L
Decimal 71 35 5 0 0.51 0.93 0.72 27.27 0.87 0.15
Hex 47 23 5 0 33 5D 48 1B 57 F
Octal 107 43 5 0 63 135 110 33 127 17
Binary 1000111 100011 101 0 110011 1011101 1001000 11011 1010111 1111

Color Harmonies of #472305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472305

Black with #472305

Text Example


Text Example

White with #472305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472305; }

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

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

background-color css

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

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

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

border-color css

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

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

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