Html Css Color HEX #471C13 Brown Pod

📋 copy color: '#471C13'

red 71 ◦ green 28 ◦ blue 19

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

Shades of Brown Pod #471C13

Tints of Brown Pod #471C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 16.1%

R = 60.17%
G = 23.73%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.73

 K value IS 0.72

RGB Variations

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

Color information

#471C13 (or 0x471C13) is known color: Brown Pod. HEX triplet: 47, 1C and 13. RGB value is (71,28,19). Sum of RGB (Red+Green+Blue) = 71+28+19=118 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.17% from 118); Green value is 28 (11.33% from 255 or 23.73% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 71 - color contains mainly: red. Hex color #471C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471C13 is #B8E3EC. Grayscale: #272727. Windows color (decimal): -12116973 or 1252423. OLE color: 1252423.

HSL color Cylindrical-coordinate representation of color #471C13: hue angle of 10.38º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #471C13 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 28 19 -
CMYK 0 0.61 0.73 0.72
HSL 10.38º 0.58% 0.18% -
HSV(B) 10.38º 0.73% 0.28% -
XYZ 3.13 2.22 0.88 -
YUV 39.83 116.25 150.23 -
System Red Green Blue C M Y K H S L
Decimal 71 28 19 0 0.61 0.73 0.72 10.38 0.58 0.18
Hex 47 1C 13 0 3D 49 48 A 3A 12
Octal 107 34 23 0 75 111 110 12 72 22
Binary 1000111 11100 10011 0 111101 1001001 1001000 1010 111010 10010

Color Harmonies of #471C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471C13

Black with #471C13

Text Example


Text Example

White with #471C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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