Html Css Color HEX #471303 Brown Pod

📋 copy color: '#471303'

red 71 ◦ green 19 ◦ blue 3

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

Shades of Brown Pod #471303

Tints of Brown Pod #471303

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20.43%

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

R = 76.34%
G = 20.43%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#471303 (or 0x471303) is known color: Brown Pod. HEX triplet: 47, 13 and 03. RGB value is (71,19,3). Sum of RGB (Red+Green+Blue) = 71+19+3=93 (12% of max value = 765). Red value is 71 (28.12% from 255 or 76.34% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 3 (1.56% from 255 or 3.23% from 93); Max value from RGB is 71 - color contains mainly: red. Hex color #471303 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471303 is #B8ECFC. Grayscale: #202020. Windows color (decimal): -12119293 or 201543. OLE color: 201543.

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

Color convert

RGB 71 19 3 -
CMYK 0 0.73 0.96 0.72
HSL 14.12º 0.92% 0.15% -
HSV(B) 14.12º 0.96% 0.28% -
XYZ 2.85 1.81 0.29 -
YUV 32.72 111.23 155.3 -
System Red Green Blue C M Y K H S L
Decimal 71 19 3 0 0.73 0.96 0.72 14.12 0.92 0.15
Hex 47 13 3 0 49 60 48 E 5C F
Octal 107 23 3 0 111 140 110 16 134 17
Binary 1000111 10011 11 0 1001001 1100000 1001000 1110 1011100 1111

Color Harmonies of #471303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471303

Black with #471303

Text Example


Text Example

White with #471303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471303; }

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

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

background-color css

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

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

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

border-color css

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

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

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