#370902

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

Shades of Seal Brown #370902

Tints of Seal Brown #370902

Color information

#370902 (or 0x370902) is unknown color: approx Seal Brown. HEX triplet: 37, 09 and 02. RGB value is (55,9,2). Sum of RGB (Red+Green+Blue) = 55+9+2=66 (8% of max value = 765). Red value is 55 (21.88% from 255 or 83.33% from 66); Green value is 9 (3.91% from 255 or 13.64% from 66); Blue value is 2 (1.17% from 255 or 3.03% from 66); Max value from RGB is 55 - color contains mainly: red. Hex color #370902 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370902 is #C8F6FD. Grayscale: #161616. Windows color (decimal): -13170430 or 133431. OLE color: 133431.

HSL color Cylindrical-coordinate representation of color #370902: hue angle of 7.92º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #370902 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB5592-
CMYK00.840.960.78
HSL7.92º92.98%11.18%-
HSV(B)7.92º96.36%21.57%-
XYZ1.681.010.16-
YUV21.96116.74151.57-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 83.33%
GREEN value IS 9 (3.91% from 255) = 13.64%
BLUE value IS 2 (1.17% from 255) = 3.03%
R=83.33%
G=13.64%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal559200.840.960.787.9292.9811.18
Hex3792054604E85db
Octal6711201241401161013513
Binary1101111001100101010011000001001110100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370902; }

 p { color: rgb(55,9,2); }

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

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

 a { background-color: rgb(55,9,2); }

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

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

 span { border-color: rgb(55,9,2); }

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