Html Css Color HEX #471802 Brown Pod

📋 copy color: '#471802'

red 71 ◦ green 24 ◦ blue 2

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

Shades of Brown Pod #471802

Tints of Brown Pod #471802

RGB

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

 GREEN value IS 24 (9.77% from 255) = 24.74%

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

R = 73.2%
G = 24.74%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#471802 (or 0x471802) is known color: Brown Pod. HEX triplet: 47, 18 and 02. RGB value is (71,24,2). Sum of RGB (Red+Green+Blue) = 71+24+2=97 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.20% from 97); Green value is 24 (9.77% from 255 or 24.74% from 97); Blue value is 2 (1.17% from 255 or 2.06% from 97); Max value from RGB is 71 - color contains mainly: red. Hex color #471802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471802 is #B8E7FD. Grayscale: #232323. Windows color (decimal): -12118014 or 137287. OLE color: 137287.

HSL color Cylindrical-coordinate representation of color #471802: hue angle of 19.13º 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 #471802 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 24 2 -
CMYK 0 0.66 0.97 0.72
HSL 19.13º 0.95% 0.14% -
HSV(B) 19.13º 0.97% 0.28% -
XYZ 2.94 2 0.29 -
YUV 35.55 109.07 153.29 -
System Red Green Blue C M Y K H S L
Decimal 71 24 2 0 0.66 0.97 0.72 19.13 0.95 0.14
Hex 47 18 2 0 42 61 48 13 5F E
Octal 107 30 2 0 102 141 110 23 137 16
Binary 1000111 11000 10 0 1000010 1100001 1001000 10011 1011111 1110

Color Harmonies of #471802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471802

Black with #471802

Text Example


Text Example

White with #471802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471802; }

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

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

background-color css

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

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

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

border-color css

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

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

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