Html Css Color HEX #471809 Brown Pod

📋 copy color: '#471809'

red 71 ◦ green 24 ◦ blue 9

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

Shades of Brown Pod #471809

Tints of Brown Pod #471809

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 8.65%

R = 68.27%
G = 23.08%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.72

RGB Variations

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

Color information

#471809 (or 0x471809) is known color: Brown Pod. HEX triplet: 47, 18 and 09. RGB value is (71,24,9). Sum of RGB (Red+Green+Blue) = 71+24+9=104 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.27% from 104); Green value is 24 (9.77% from 255 or 23.08% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 71 - color contains mainly: red. Hex color #471809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471809 is #B8E7F6. Grayscale: #242424. Windows color (decimal): -12118007 or 596039. OLE color: 596039.

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

Color convert

RGB 71 24 9 -
CMYK 0 0.66 0.87 0.72
HSL 14.52º 0.78% 0.16% -
HSV(B) 14.52º 0.87% 0.28% -
XYZ 2.97 2.01 0.49 -
YUV 36.34 112.57 152.72 -
System Red Green Blue C M Y K H S L
Decimal 71 24 9 0 0.66 0.87 0.72 14.52 0.78 0.16
Hex 47 18 9 0 42 57 48 F 4E 10
Octal 107 30 11 0 102 127 110 17 116 20
Binary 1000111 11000 1001 0 1000010 1010111 1001000 1111 1001110 10000

Color Harmonies of #471809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471809

Black with #471809

Text Example


Text Example

White with #471809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471809; }

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

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

background-color css

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

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

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

border-color css

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

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

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