Html Css Color HEX #471602 Brown Pod

📋 copy color: '#471602'

red 71 ◦ green 22 ◦ blue 2

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

Shades of Brown Pod #471602

Tints of Brown Pod #471602

RGB

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

 GREEN value IS 22 (8.98% from 255) = 23.16%

 BLUE value IS 2 (1.17% from 255) = 2.11%

R = 74.74%
G = 23.16%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#471602 (or 0x471602) is known color: Brown Pod. HEX triplet: 47, 16 and 02. RGB value is (71,22,2). Sum of RGB (Red+Green+Blue) = 71+22+2=95 (12% of max value = 765). Red value is 71 (28.12% from 255 or 74.74% from 95); Green value is 22 (8.98% from 255 or 23.16% from 95); Blue value is 2 (1.17% from 255 or 2.11% from 95); Max value from RGB is 71 - color contains mainly: red. Hex color #471602 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471602 is #B8E9FD. Grayscale: #222222. Windows color (decimal): -12118526 or 136775. OLE color: 136775.

HSL color Cylindrical-coordinate representation of color #471602: hue angle of 17.39º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #471602 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 22 2 -
CMYK 0 0.69 0.97 0.72
HSL 17.39º 0.95% 0.14% -
HSV(B) 17.39º 0.97% 0.28% -
XYZ 2.9 1.92 0.27 -
YUV 34.37 109.73 154.13 -
System Red Green Blue C M Y K H S L
Decimal 71 22 2 0 0.69 0.97 0.72 17.39 0.95 0.14
Hex 47 16 2 0 45 61 48 11 5F E
Octal 107 26 2 0 105 141 110 21 137 16
Binary 1000111 10110 10 0 1000101 1100001 1001000 10001 1011111 1110

Color Harmonies of #471602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471602

Black with #471602

Text Example


Text Example

White with #471602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471602; }

 p { color: rgb(71,22,2); }

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

background-color css

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

 a { background-color: rgb(71,22,2); }

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

border-color css

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

 span { border-color: rgb(71,22,2); }

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