Html Css Color HEX #471203 Brown Pod

📋 copy color: '#471203'

red 71 ◦ green 18 ◦ blue 3

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

Shades of Brown Pod #471203

Tints of Brown Pod #471203

RGB

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

 GREEN value IS 18 (7.42% from 255) = 19.57%

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

R = 77.17%
G = 19.57%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#471203 (or 0x471203) is known color: Brown Pod. HEX triplet: 47, 12 and 03. RGB value is (71,18,3). Sum of RGB (Red+Green+Blue) = 71+18+3=92 (12% of max value = 765). Red value is 71 (28.12% from 255 or 77.17% from 92); Green value is 18 (7.42% from 255 or 19.57% from 92); Blue value is 3 (1.56% from 255 or 3.26% from 92); Max value from RGB is 71 - color contains mainly: red. Hex color #471203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471203 is #B8EDFC. Grayscale: #202020. Windows color (decimal): -12119549 or 201287. OLE color: 201287.

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

Color convert

RGB 71 18 3 -
CMYK 0 0.75 0.96 0.72
HSL 13.24º 0.92% 0.15% -
HSV(B) 13.24º 0.96% 0.28% -
XYZ 2.83 1.78 0.28 -
YUV 32.14 111.56 155.72 -
System Red Green Blue C M Y K H S L
Decimal 71 18 3 0 0.75 0.96 0.72 13.24 0.92 0.15
Hex 47 12 3 0 4B 60 48 D 5C F
Octal 107 22 3 0 113 140 110 15 134 17
Binary 1000111 10010 11 0 1001011 1100000 1001000 1101 1011100 1111

Color Harmonies of #471203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471203

Black with #471203

Text Example


Text Example

White with #471203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471203; }

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

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

background-color css

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

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

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

border-color css

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

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

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