Html Css Color HEX #471808 Brown Pod

📋 copy color: '#471808'

red 71 ◦ green 24 ◦ blue 8

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

Shades of Brown Pod #471808

Tints of Brown Pod #471808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 7.77%

R = 68.93%
G = 23.3%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#471808 (or 0x471808) is known color: Brown Pod. HEX triplet: 47, 18 and 08. RGB value is (71,24,8). Sum of RGB (Red+Green+Blue) = 71+24+8=103 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.93% from 103); Green value is 24 (9.77% from 255 or 23.30% from 103); Blue value is 8 (3.52% from 255 or 7.77% from 103); Max value from RGB is 71 - color contains mainly: red. Hex color #471808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471808 is #B8E7F7. Grayscale: #242424. Windows color (decimal): -12118008 or 530503. OLE color: 530503.

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

Color convert

RGB 71 24 8 -
CMYK 0 0.66 0.89 0.72
HSL 15.24º 0.8% 0.15% -
HSV(B) 15.24º 0.89% 0.28% -
XYZ 2.97 2.01 0.46 -
YUV 36.23 112.07 152.8 -
System Red Green Blue C M Y K H S L
Decimal 71 24 8 0 0.66 0.89 0.72 15.24 0.8 0.15
Hex 47 18 8 0 42 59 48 F 50 F
Octal 107 30 10 0 102 131 110 17 120 17
Binary 1000111 11000 1000 0 1000010 1011001 1001000 1111 1010000 1111

Color Harmonies of #471808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471808

Black with #471808

Text Example


Text Example

White with #471808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471808; }

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

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

background-color css

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

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

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

border-color css

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

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

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