Html Css Color HEX #471C03 Brown Pod

📋 copy color: '#471C03'

red 71 ◦ green 28 ◦ blue 3

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

Shades of Brown Pod #471C03

Tints of Brown Pod #471C03

RGB

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

 GREEN value IS 28 (11.33% from 255) = 27.45%

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

R = 69.61%
G = 27.45%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#471C03 (or 0x471C03) is known color: Brown Pod. HEX triplet: 47, 1C and 03. RGB value is (71,28,3). Sum of RGB (Red+Green+Blue) = 71+28+3=102 (13% of max value = 765). Red value is 71 (28.12% from 255 or 69.61% from 102); Green value is 28 (11.33% from 255 or 27.45% from 102); Blue value is 3 (1.56% from 255 or 2.94% from 102); Max value from RGB is 71 - color contains mainly: red. Hex color #471C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471C03 is #B8E3FC. Grayscale: #262626. Windows color (decimal): -12116989 or 203847. OLE color: 203847.

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

Color convert

RGB 71 28 3 -
CMYK 0 0.61 0.96 0.72
HSL 22.06º 0.92% 0.15% -
HSV(B) 22.06º 0.96% 0.28% -
XYZ 3.03 2.18 0.35 -
YUV 38.01 108.25 151.53 -
System Red Green Blue C M Y K H S L
Decimal 71 28 3 0 0.61 0.96 0.72 22.06 0.92 0.15
Hex 47 1C 3 0 3D 60 48 16 5C F
Octal 107 34 3 0 75 140 110 26 134 17
Binary 1000111 11100 11 0 111101 1100000 1001000 10110 1011100 1111

Color Harmonies of #471C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471C03

Black with #471C03

Text Example


Text Example

White with #471C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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