Html Css Color HEX #471402 Brown Pod

📋 copy color: '#471402'

red 71 ◦ green 20 ◦ blue 2

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

Shades of Brown Pod #471402

Tints of Brown Pod #471402

RGB

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

 GREEN value IS 20 (8.2% from 255) = 21.51%

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

R = 76.34%
G = 21.51%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#471402 (or 0x471402) is known color: Brown Pod. HEX triplet: 47, 14 and 02. RGB value is (71,20,2). Sum of RGB (Red+Green+Blue) = 71+20+2=93 (12% of max value = 765). Red value is 71 (28.12% from 255 or 76.34% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 2 (1.17% from 255 or 2.15% from 93); Max value from RGB is 71 - color contains mainly: red. Hex color #471402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471402 is #B8EBFD. Grayscale: #212121. Windows color (decimal): -12119038 or 136263. OLE color: 136263.

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

Color convert

RGB 71 20 2 -
CMYK 0 0.72 0.97 0.72
HSL 15.65º 0.95% 0.14% -
HSV(B) 15.65º 0.97% 0.28% -
XYZ 2.86 1.84 0.26 -
YUV 33.2 110.4 154.96 -
System Red Green Blue C M Y K H S L
Decimal 71 20 2 0 0.72 0.97 0.72 15.65 0.95 0.14
Hex 47 14 2 0 48 61 48 10 5F E
Octal 107 24 2 0 110 141 110 20 137 16
Binary 1000111 10100 10 0 1001000 1100001 1001000 10000 1011111 1110

Color Harmonies of #471402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471402

Black with #471402

Text Example


Text Example

White with #471402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471402; }

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

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

background-color css

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

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

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

border-color css

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

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

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