Html Css Color HEX #471A02 Brown Pod

📋 copy color: '#471A02'

red 71 ◦ green 26 ◦ blue 2

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

Shades of Brown Pod #471A02

Tints of Brown Pod #471A02

RGB

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

 GREEN value IS 26 (10.55% from 255) = 26.26%

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

R = 71.72%
G = 26.26%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#471A02 (or 0x471A02) is known color: Brown Pod. HEX triplet: 47, 1A and 02. RGB value is (71,26,2). Sum of RGB (Red+Green+Blue) = 71+26+2=99 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71.72% from 99); Green value is 26 (10.55% from 255 or 26.26% from 99); Blue value is 2 (1.17% from 255 or 2.02% from 99); Max value from RGB is 71 - color contains mainly: red. Hex color #471A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471A02 is #B8E5FD. Grayscale: #242424. Windows color (decimal): -12117502 or 137799. OLE color: 137799.

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

Color convert

RGB 71 26 2 -
CMYK 0 0.63 0.97 0.72
HSL 20.87º 0.95% 0.14% -
HSV(B) 20.87º 0.97% 0.28% -
XYZ 2.98 2.08 0.3 -
YUV 36.72 108.41 152.45 -
System Red Green Blue C M Y K H S L
Decimal 71 26 2 0 0.63 0.97 0.72 20.87 0.95 0.14
Hex 47 1A 2 0 3F 61 48 15 5F E
Octal 107 32 2 0 77 141 110 25 137 16
Binary 1000111 11010 10 0 111111 1100001 1001000 10101 1011111 1110

Color Harmonies of #471A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A02

Black with #471A02

Text Example


Text Example

White with #471A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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