#371508

Color #371508 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #371508

Tints of Brown Pod #371508

Color information

#371508 (or 0x371508) is unknown color: approx Brown Pod. HEX triplet: 37, 15 and 08. RGB value is (55,21,8). Sum of RGB (Red+Green+Blue) = 55+21+8=84 (11% of max value = 765). Red value is 55 (21.88% from 255 or 65.48% from 84); Green value is 21 (8.59% from 255 or 25% from 84); Blue value is 8 (3.52% from 255 or 9.52% from 84); Max value from RGB is 55 - color contains mainly: red. Hex color #371508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371508 is #C8EAF7. Grayscale: #1D1D1D. Windows color (decimal): -13167352 or 529719. OLE color: 529719.

HSL color Cylindrical-coordinate representation of color #371508: hue angle of 16.6º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #371508 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.78.

Color convert

RGB55218-
CMYK00.620.850.78
HSL16.6º74.6%12.35%-
HSV(B)16.6º85.45%21.57%-
XYZ1.891.370.39-
YUV29.68115.76146.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 65.48%
GREEN value IS 21 (8.59% from 255) = 25%
BLUE value IS 8 (3.52% from 255) = 9.52%
R=65.48%
G=25%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.85
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5521800.620.850.7816.674.612.35
Hex3715803E554E114bc
Octal6725100761251162111314
Binary1101111010110000111110101010110011101000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371508; }

 p { color: rgb(55,21,8); }

 H1.HeaderClassName
 {
   color: #371508;
 }
 .AnyTagClassName
 {
   color: #371508;
 }
</style>
background-color css

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

 a { background-color: rgb(55,21,8); }

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

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

 span { border-color: rgb(55,21,8); }

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