#370302

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

Shades of Seal Brown #370302

Tints of Seal Brown #370302

Color information

#370302 (or 0x370302) is unknown color: approx Seal Brown. HEX triplet: 37, 03 and 02. RGB value is (55,3,2). Sum of RGB (Red+Green+Blue) = 55+3+2=60 (7% of max value = 765). Red value is 55 (21.88% from 255 or 91.67% from 60); Green value is 3 (1.56% from 255 or 5% from 60); Blue value is 2 (1.17% from 255 or 3.33% from 60); Max value from RGB is 55 - color contains mainly: red. Hex color #370302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370302 is #C8FCFD. Grayscale: #121212. Windows color (decimal): -13171966 or 131895. OLE color: 131895.

HSL color Cylindrical-coordinate representation of color #370302: hue angle of 1.13º 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 #370302 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB5532-
CMYK00.950.960.78
HSL1.13º92.98%11.18%-
HSV(B)1.13º96.36%21.57%-
XYZ1.620.880.14-
YUV18.43118.73154.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 91.67%
GREEN value IS 3 (1.56% from 255) = 5%
BLUE value IS 2 (1.17% from 255) = 3.33%
R=91.67%
G=5%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal553200.950.960.781.1392.9811.18
Hex373205F604E15db
Octal67320137140116113513
Binary11011111100101111111000001001110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370302; }

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

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

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

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

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

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

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

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