Html Css Color HEX #471A03 Brown Pod

📋 copy color: '#471A03'

red 71 ◦ green 26 ◦ blue 3

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

Shades of Brown Pod #471A03

Tints of Brown Pod #471A03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 3%

R = 71%
G = 26%
B = 3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#471A03 (or 0x471A03) is known color: Brown Pod. HEX triplet: 47, 1A and 03. RGB value is (71,26,3). Sum of RGB (Red+Green+Blue) = 71+26+3=100 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71% from 100); Green value is 26 (10.55% from 255 or 26% from 100); Blue value is 3 (1.56% from 255 or 3% from 100); Max value from RGB is 71 - color contains mainly: red. Hex color #471A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471A03 is #B8E5FC. Grayscale: #242424. Windows color (decimal): -12117501 or 203335. OLE color: 203335.

HSL color Cylindrical-coordinate representation of color #471A03: hue angle of 20.29º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #471A03 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 26 3 -
CMYK 0 0.63 0.96 0.72
HSL 20.29º 0.92% 0.15% -
HSV(B) 20.29º 0.96% 0.28% -
XYZ 2.98 2.08 0.33 -
YUV 36.83 108.91 152.37 -
System Red Green Blue C M Y K H S L
Decimal 71 26 3 0 0.63 0.96 0.72 20.29 0.92 0.15
Hex 47 1A 3 0 3F 60 48 14 5C F
Octal 107 32 3 0 77 140 110 24 134 17
Binary 1000111 11010 11 0 111111 1100000 1001000 10100 1011100 1111

Color Harmonies of #471A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A03

Black with #471A03

Text Example


Text Example

White with #471A03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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