#371005

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

Shades of Seal Brown #371005

Tints of Seal Brown #371005

Color information

#371005 (or 0x371005) is unknown color: approx Seal Brown. HEX triplet: 37, 10 and 05. RGB value is (55,16,5). Sum of RGB (Red+Green+Blue) = 55+16+5=76 (10% of max value = 765). Red value is 55 (21.88% from 255 or 72.37% from 76); Green value is 16 (6.64% from 255 or 21.05% from 76); Blue value is 5 (2.34% from 255 or 6.58% from 76); Max value from RGB is 55 - color contains mainly: red. Hex color #371005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371005 is #C8EFFA. Grayscale: #1A1A1A. Windows color (decimal): -13168635 or 331831. OLE color: 331831.

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

Color convert

RGB55165-
CMYK00.710.910.78
HSL13.2º83.33%11.76%-
HSV(B)13.2º90.91%21.57%-
XYZ1.791.190.28-
YUV26.41115.92148.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 72.37%
GREEN value IS 16 (6.64% from 255) = 21.05%
BLUE value IS 5 (2.34% from 255) = 6.58%
R=72.37%
G=21.05%
B=6.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5516500.710.910.7813.283.3311.76
Hex371050475B4Ed53c
Octal6720501071331161512314
Binary110111100001010100011110110111001110110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371005; }

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

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

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

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

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

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

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

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