#370605

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

Shades of Seal Brown #370605

Tints of Seal Brown #370605

Color information

#370605 (or 0x370605) is unknown color: approx Seal Brown. HEX triplet: 37, 06 and 05. RGB value is (55,6,5). Sum of RGB (Red+Green+Blue) = 55+6+5=66 (8% of max value = 765). Red value is 55 (21.88% from 255 or 83.33% from 66); Green value is 6 (2.73% from 255 or 9.09% from 66); Blue value is 5 (2.34% from 255 or 7.58% from 66); Max value from RGB is 55 - color contains mainly: red. Hex color #370605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370605 is #C8F9FA. Grayscale: #141414. Windows color (decimal): -13171195 or 329271. OLE color: 329271.

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

Color convert

RGB5565-
CMYK00.890.910.78
HSL1.2º83.33%11.76%-
HSV(B)1.2º90.91%21.57%-
XYZ1.670.950.24-
YUV20.54119.23152.58-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 83.33%
GREEN value IS 6 (2.73% from 255) = 9.09%
BLUE value IS 5 (2.34% from 255) = 7.58%
R=83.33%
G=9.09%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal556500.890.910.781.283.3311.76
Hex37650595B4E153c
Octal67650131133116112314
Binary1101111101010101100110110111001110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370605; }

 p { color: rgb(55,6,5); }

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

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

 a { background-color: rgb(55,6,5); }

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

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

 span { border-color: rgb(55,6,5); }

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