#361208

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

Shades of Seal Brown #361208

Tints of Seal Brown #361208

Color information

#361208 (or 0x361208) is unknown color: approx Seal Brown. HEX triplet: 36, 12 and 08. RGB value is (54,18,8). Sum of RGB (Red+Green+Blue) = 54+18+8=80 (10% of max value = 765). Red value is 54 (21.48% from 255 or 67.5% from 80); Green value is 18 (7.42% from 255 or 22.5% from 80); Blue value is 8 (3.52% from 255 or 10% from 80); Max value from RGB is 54 - color contains mainly: red. Hex color #361208 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361208 is #C9EDF7. Grayscale: #1B1B1B. Windows color (decimal): -13233656 or 528950. OLE color: 528950.

HSL color Cylindrical-coordinate representation of color #361208: hue angle of 13.04º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #361208 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.79.

Color convert

RGB54188-
CMYK00.670.850.79
HSL13.04º74.19%12.16%-
HSV(B)13.04º85.19%21.18%-
XYZ1.781.230.37-
YUV27.62116.93146.81-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 67.5%
GREEN value IS 18 (7.42% from 255) = 22.5%
BLUE value IS 8 (3.52% from 255) = 10%
R=67.5%
G=22.5%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5418800.670.850.7913.0474.1912.16
Hex36128043554Fd4ac
Octal66221001031251171511214
Binary1101101001010000100001110101011001111110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361208; }

 p { color: rgb(54,18,8); }

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

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

 a { background-color: rgb(54,18,8); }

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

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

 span { border-color: rgb(54,18,8); }

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