Html Css Color HEX #471603 Brown Pod

📋 copy color: '#471603'

red 71 ◦ green 22 ◦ blue 3

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

Shades of Brown Pod #471603

Tints of Brown Pod #471603

RGB

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

 GREEN value IS 22 (8.98% from 255) = 22.92%

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

R = 73.96%
G = 22.92%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#471603 (or 0x471603) is known color: Brown Pod. HEX triplet: 47, 16 and 03. RGB value is (71,22,3). Sum of RGB (Red+Green+Blue) = 71+22+3=96 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.96% from 96); Green value is 22 (8.98% from 255 or 22.92% from 96); Blue value is 3 (1.56% from 255 or 3.12% from 96); Max value from RGB is 71 - color contains mainly: red. Hex color #471603 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471603 is #B8E9FC. Grayscale: #222222. Windows color (decimal): -12118525 or 202311. OLE color: 202311.

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

Color convert

RGB 71 22 3 -
CMYK 0 0.69 0.96 0.72
HSL 16.76º 0.92% 0.15% -
HSV(B) 16.76º 0.96% 0.28% -
XYZ 2.9 1.92 0.3 -
YUV 34.49 110.23 154.04 -
System Red Green Blue C M Y K H S L
Decimal 71 22 3 0 0.69 0.96 0.72 16.76 0.92 0.15
Hex 47 16 3 0 45 60 48 11 5C F
Octal 107 26 3 0 105 140 110 21 134 17
Binary 1000111 10110 11 0 1000101 1100000 1001000 10001 1011100 1111

Color Harmonies of #471603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471603

Black with #471603

Text Example


Text Example

White with #471603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471603; }

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

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

background-color css

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

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

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

border-color css

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

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

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