Html Css Color HEX #471708 Brown Pod

📋 copy color: '#471708'

red 71 ◦ green 23 ◦ blue 8

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

Shades of Brown Pod #471708

Tints of Brown Pod #471708

RGB

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

 GREEN value IS 23 (9.38% from 255) = 22.55%

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

R = 69.61%
G = 22.55%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#471708 (or 0x471708) is known color: Brown Pod. HEX triplet: 47, 17 and 08. RGB value is (71,23,8). Sum of RGB (Red+Green+Blue) = 71+23+8=102 (13% of max value = 765). Red value is 71 (28.12% from 255 or 69.61% from 102); Green value is 23 (9.38% from 255 or 22.55% from 102); Blue value is 8 (3.52% from 255 or 7.84% from 102); Max value from RGB is 71 - color contains mainly: red. Hex color #471708 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471708 is #B8E8F7. Grayscale: #232323. Windows color (decimal): -12118264 or 530247. OLE color: 530247.

HSL color Cylindrical-coordinate representation of color #471708: hue angle of 14.29º 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 #471708 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 23 8 -
CMYK 0 0.68 0.89 0.72
HSL 14.29º 0.8% 0.15% -
HSV(B) 14.29º 0.89% 0.28% -
XYZ 2.95 1.97 0.45 -
YUV 35.64 112.4 153.22 -
System Red Green Blue C M Y K H S L
Decimal 71 23 8 0 0.68 0.89 0.72 14.29 0.8 0.15
Hex 47 17 8 0 44 59 48 E 50 F
Octal 107 27 10 0 104 131 110 16 120 17
Binary 1000111 10111 1000 0 1000100 1011001 1001000 1110 1010000 1111

Color Harmonies of #471708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471708

Black with #471708

Text Example


Text Example

White with #471708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471708; }

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

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

background-color css

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

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

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

border-color css

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

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

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