#37160F

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

Shades of Seal Brown #37160F

Tints of Seal Brown #37160F

Color information

#37160F (or 0x37160F) is unknown color: approx Seal Brown. HEX triplet: 37, 16 and 0F. RGB value is (55,22,15). Sum of RGB (Red+Green+Blue) = 55+22+15=92 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.78% from 92); Green value is 22 (8.98% from 255 or 23.91% from 92); Blue value is 15 (6.25% from 255 or 16.30% from 92); Max value from RGB is 55 - color contains mainly: red. Hex color #37160F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37160F is #C8E9F0. Grayscale: #1F1F1F. Windows color (decimal): -13167089 or 988727. OLE color: 988727.

HSL color Cylindrical-coordinate representation of color #37160F: hue angle of 10.5º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37160F is Cyan = 0, Magento = 0.6, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB552215-
CMYK00.60.730.78
HSL10.5º57.14%13.73%-
HSV(B)10.5º72.73%21.57%-
XYZ1.951.420.62-
YUV31.07118.93145.07-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 59.78%
GREEN value IS 22 (8.98% from 255) = 23.91%
BLUE value IS 15 (6.25% from 255) = 16.30%
R=59.78%
G=23.91%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55221500.60.730.7810.557.1413.73
Hex3716F03C494Eb39e
Octal672617074111116137116
Binary11011110110111101111001001001100111010111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37160F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37160F; }

 p { color: rgb(55,22,15); }

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

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

 a { background-color: rgb(55,22,15); }

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

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

 span { border-color: rgb(55,22,15); }

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