Html Css Color HEX #471502 Brown Pod

📋 copy color: '#471502'

red 71 ◦ green 21 ◦ blue 2

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

Shades of Brown Pod #471502

Tints of Brown Pod #471502

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.34%

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

R = 75.53%
G = 22.34%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#471502 (or 0x471502) is known color: Brown Pod. HEX triplet: 47, 15 and 02. RGB value is (71,21,2). Sum of RGB (Red+Green+Blue) = 71+21+2=94 (12% of max value = 765). Red value is 71 (28.12% from 255 or 75.53% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 2 (1.17% from 255 or 2.13% from 94); Max value from RGB is 71 - color contains mainly: red. Hex color #471502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471502 is #B8EAFD. Grayscale: #212121. Windows color (decimal): -12118782 or 136519. OLE color: 136519.

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

Color convert

RGB 71 21 2 -
CMYK 0 0.70 0.97 0.72
HSL 16.52º 0.95% 0.14% -
HSV(B) 16.52º 0.97% 0.28% -
XYZ 2.88 1.88 0.27 -
YUV 33.78 110.07 154.54 -
System Red Green Blue C M Y K H S L
Decimal 71 21 2 0 0.70 0.97 0.72 16.52 0.95 0.14
Hex 47 15 2 0 46 61 48 11 5F E
Octal 107 25 2 0 106 141 110 21 137 16
Binary 1000111 10101 10 0 1000110 1100001 1001000 10001 1011111 1110

Color Harmonies of #471502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471502

Black with #471502

Text Example


Text Example

White with #471502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471502; }

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

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

background-color css

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

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

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

border-color css

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

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

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