Html Css Color HEX #471811 Brown Pod

📋 copy color: '#471811'

red 71 ◦ green 24 ◦ blue 17

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

Shades of Brown Pod #471811

Tints of Brown Pod #471811

RGB

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

 GREEN value IS 24 (9.77% from 255) = 21.43%

 BLUE value IS 17 (7.03% from 255) = 15.18%

R = 63.39%
G = 21.43%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#471811 (or 0x471811) is known color: Brown Pod. HEX triplet: 47, 18 and 11. RGB value is (71,24,17). Sum of RGB (Red+Green+Blue) = 71+24+17=112 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.39% from 112); Green value is 24 (9.77% from 255 or 21.43% from 112); Blue value is 17 (7.03% from 255 or 15.18% from 112); Max value from RGB is 71 - color contains mainly: red. Hex color #471811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471811 is #B8E7EE. Grayscale: #252525. Windows color (decimal): -12117999 or 1120327. OLE color: 1120327.

HSL color Cylindrical-coordinate representation of color #471811: hue angle of 7.78º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #471811 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 24 17 -
CMYK 0 0.66 0.76 0.72
HSL 7.78º 0.61% 0.17% -
HSV(B) 7.78º 0.76% 0.28% -
XYZ 3.03 2.03 0.76 -
YUV 37.26 116.57 152.07 -
System Red Green Blue C M Y K H S L
Decimal 71 24 17 0 0.66 0.76 0.72 7.78 0.61 0.17
Hex 47 18 11 0 42 4C 48 8 3D 11
Octal 107 30 21 0 102 114 110 10 75 21
Binary 1000111 11000 10001 0 1000010 1001100 1001000 1000 111101 10001

Color Harmonies of #471811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471811

Black with #471811

Text Example


Text Example

White with #471811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471811; }

 p { color: rgb(71,24,17); }

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

background-color css

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

 a { background-color: rgb(71,24,17); }

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

border-color css

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

 span { border-color: rgb(71,24,17); }

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