Html Css Color HEX #472003 Brown Pod

📋 copy color: '#472003'

red 71 ◦ green 32 ◦ blue 3

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

Shades of Brown Pod #472003

Tints of Brown Pod #472003

RGB

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

 GREEN value IS 32 (12.89% from 255) = 30.19%

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

R = 66.98%
G = 30.19%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#472003 (or 0x472003) is known color: Brown Pod. HEX triplet: 47, 20 and 03. RGB value is (71,32,3). Sum of RGB (Red+Green+Blue) = 71+32+3=106 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.98% from 106); Green value is 32 (12.89% from 255 or 30.19% from 106); Blue value is 3 (1.56% from 255 or 2.83% from 106); Max value from RGB is 71 - color contains mainly: red. Hex color #472003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472003 is #B8DFFC. Grayscale: #282828. Windows color (decimal): -12115965 or 204871. OLE color: 204871.

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

Color convert

RGB 71 32 3 -
CMYK 0 0.55 0.96 0.72
HSL 25.59º 0.92% 0.15% -
HSV(B) 25.59º 0.96% 0.28% -
XYZ 3.13 2.38 0.38 -
YUV 40.36 106.92 149.86 -
System Red Green Blue C M Y K H S L
Decimal 71 32 3 0 0.55 0.96 0.72 25.59 0.92 0.15
Hex 47 20 3 0 37 60 48 1A 5C F
Octal 107 40 3 0 67 140 110 32 134 17
Binary 1000111 100000 11 0 110111 1100000 1001000 11010 1011100 1111

Color Harmonies of #472003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472003

Black with #472003

Text Example


Text Example

White with #472003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472003; }

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

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

background-color css

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

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

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

border-color css

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

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

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