#361813

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

Shades of Seal Brown #361813

Tints of Seal Brown #361813

Color information

#361813 (or 0x361813) is unknown color: approx Seal Brown. HEX triplet: 36, 18 and 13. RGB value is (54,24,19). Sum of RGB (Red+Green+Blue) = 54+24+19=97 (12% of max value = 765). Red value is 54 (21.48% from 255 or 55.67% from 97); Green value is 24 (9.77% from 255 or 24.74% from 97); Blue value is 19 (7.81% from 255 or 19.59% from 97); Max value from RGB is 54 - color contains mainly: red. Hex color #361813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361813 is #C9E7EC. Grayscale: #202020. Windows color (decimal): -13232109 or 1251382. OLE color: 1251382.

HSL color Cylindrical-coordinate representation of color #361813: hue angle of 8.57º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #361813 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.79.

Color convert

RGB542419-
CMYK00.560.650.79
HSL8.57º47.95%14.31%-
HSV(B)8.57º64.81%21.18%-
XYZ1.971.480.8-
YUV32.4120.44143.41-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 55.67%
GREEN value IS 24 (9.77% from 255) = 24.74%
BLUE value IS 19 (7.81% from 255) = 19.59%
R=55.67%
G=24.74%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.65
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54241900.560.650.798.5747.9514.31
Hex361813038414F930e
Octal663023070101117116016
Binary110110110001001101110001000001100111110011100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361813; }

 p { color: rgb(54,24,19); }

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

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

 a { background-color: rgb(54,24,19); }

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

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

 span { border-color: rgb(54,24,19); }

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