#37140F

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

Shades of Seal Brown #37140F

Tints of Seal Brown #37140F

Color information

#37140F (or 0x37140F) is unknown color: approx Seal Brown. HEX triplet: 37, 14 and 0F. RGB value is (55,20,15). Sum of RGB (Red+Green+Blue) = 55+20+15=90 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.11% from 90); Green value is 20 (8.20% from 255 or 22.22% from 90); Blue value is 15 (6.25% from 255 or 16.67% from 90); Max value from RGB is 55 - color contains mainly: red. Hex color #37140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37140F is #C8EBF0. Grayscale: #1D1D1D. Windows color (decimal): -13167601 or 988215. OLE color: 988215.

HSL color Cylindrical-coordinate representation of color #37140F: hue angle of 7.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 #37140F is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB552015-
CMYK00.640.730.78
HSL7.5º57.14%13.73%-
HSV(B)7.5º72.73%21.57%-
XYZ1.911.350.61-
YUV29.9119.6145.91-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 61.11%
GREEN value IS 20 (8.20% from 255) = 22.22%
BLUE value IS 15 (6.25% from 255) = 16.67%
R=61.11%
G=22.22%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55201500.640.730.787.557.1413.73
Hex3714F040494E839e
Octal6724170100111116107116
Binary110111101001111010000001001001100111010001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37140F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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