#370505

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

Shades of Seal Brown #370505

Tints of Seal Brown #370505

Color information

#370505 (or 0x370505) is unknown color: approx Seal Brown. HEX triplet: 37, 05 and 05. RGB value is (55,5,5). Sum of RGB (Red+Green+Blue) = 55+5+5=65 (8% of max value = 765). Red value is 55 (21.88% from 255 or 84.62% from 65); Green value is 5 (2.34% from 255 or 7.69% from 65); Blue value is 5 (2.34% from 255 or 7.69% from 65); Max value from RGB is 55 - color contains mainly: red. Hex color #370505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370505 is #C8FAFA. Grayscale: #141414. Windows color (decimal): -13171451 or 329015. OLE color: 329015.

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

Color convert

RGB5555-
CMYK00.910.910.78
HSL83.33%11.76%-
HSV(B)90.91%21.57%-
XYZ1.660.930.24-
YUV19.95119.56153-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 84.62%
GREEN value IS 5 (2.34% from 255) = 7.69%
BLUE value IS 5 (2.34% from 255) = 7.69%
R=84.62%
G=7.69%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal555500.910.910.78083.3311.76
Hex375505B5B4E053c
Octal67550133133116012314
Binary1101111011010101101110110111001110010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370505; }

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

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

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

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

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

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

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

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