Html Css Color HEX #471803 Brown Pod

📋 copy color: '#471803'

red 71 ◦ green 24 ◦ blue 3

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

Shades of Brown Pod #471803

Tints of Brown Pod #471803

RGB

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

 GREEN value IS 24 (9.77% from 255) = 24.49%

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

R = 72.45%
G = 24.49%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#471803 (or 0x471803) is known color: Brown Pod. HEX triplet: 47, 18 and 03. RGB value is (71,24,3). Sum of RGB (Red+Green+Blue) = 71+24+3=98 (12% of max value = 765). Red value is 71 (28.12% from 255 or 72.45% from 98); Green value is 24 (9.77% from 255 or 24.49% from 98); Blue value is 3 (1.56% from 255 or 3.06% from 98); Max value from RGB is 71 - color contains mainly: red. Hex color #471803 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471803 is #B8E7FC. Grayscale: #232323. Windows color (decimal): -12118013 or 202823. OLE color: 202823.

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

Color convert

RGB 71 24 3 -
CMYK 0 0.66 0.96 0.72
HSL 18.53º 0.92% 0.15% -
HSV(B) 18.53º 0.96% 0.28% -
XYZ 2.94 2 0.32 -
YUV 35.66 109.57 153.21 -
System Red Green Blue C M Y K H S L
Decimal 71 24 3 0 0.66 0.96 0.72 18.53 0.92 0.15
Hex 47 18 3 0 42 60 48 13 5C F
Octal 107 30 3 0 102 140 110 23 134 17
Binary 1000111 11000 11 0 1000010 1100000 1001000 10011 1011100 1111

Color Harmonies of #471803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471803

Black with #471803

Text Example


Text Example

White with #471803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471803; }

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

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

background-color css

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

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

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

border-color css

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

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

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