Html Css Color HEX #472310 Brown Pod

📋 copy color: '#472310'

red 71 ◦ green 35 ◦ blue 16

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

Shades of Brown Pod #472310

Tints of Brown Pod #472310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.11%

R = 58.2%
G = 28.69%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#472310 (or 0x472310) is known color: Brown Pod. HEX triplet: 47, 23 and 10. RGB value is (71,35,16). Sum of RGB (Red+Green+Blue) = 71+35+16=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 35 (14.06% from 255 or 28.69% from 122); Blue value is 16 (6.64% from 255 or 13.11% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #472310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472310 is #B8DCEF. Grayscale: #2B2B2B. Windows color (decimal): -12115184 or 1057607. OLE color: 1057607.

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

Color convert

RGB 71 35 16 -
CMYK 0 0.51 0.77 0.72
HSL 20.73º 0.63% 0.17% -
HSV(B) 20.73º 0.77% 0.28% -
XYZ 3.29 2.58 0.81 -
YUV 43.6 112.43 147.54 -
System Red Green Blue C M Y K H S L
Decimal 71 35 16 0 0.51 0.77 0.72 20.73 0.63 0.17
Hex 47 23 10 0 33 4D 48 15 3F 11
Octal 107 43 20 0 63 115 110 25 77 21
Binary 1000111 100011 10000 0 110011 1001101 1001000 10101 111111 10001

Color Harmonies of #472310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472310

Black with #472310

Text Example


Text Example

White with #472310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472310; }

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

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

background-color css

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

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

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

border-color css

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

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

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