#360C03

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

Shades of Seal Brown #360C03

Tints of Seal Brown #360C03

Color information

#360C03 (or 0x360C03) is unknown color: approx Seal Brown. HEX triplet: 36, 0C and 03. RGB value is (54,12,3). Sum of RGB (Red+Green+Blue) = 54+12+3=69 (9% of max value = 765). Red value is 54 (21.48% from 255 or 78.26% from 69); Green value is 12 (5.08% from 255 or 17.39% from 69); Blue value is 3 (1.56% from 255 or 4.35% from 69); Max value from RGB is 54 - color contains mainly: red. Hex color #360C03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360C03 is #C9F3FC. Grayscale: #171717. Windows color (decimal): -13235197 or 199734. OLE color: 199734.

HSL color Cylindrical-coordinate representation of color #360C03: hue angle of 10.59º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360C03 is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.79.

Color convert

RGB54123-
CMYK00.780.940.79
HSL10.59º89.47%11.18%-
HSV(B)10.59º94.44%21.18%-
XYZ1.671.050.2-
YUV23.53116.41149.73-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 78.26%
GREEN value IS 12 (5.08% from 255) = 17.39%
BLUE value IS 3 (1.56% from 255) = 4.35%
R=78.26%
G=17.39%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5412300.780.940.7910.5989.4711.18
Hex36C304E5E4Fb59b
Octal6614301161361171313113
Binary1101101100110100111010111101001111101110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360C03; }

 p { color: rgb(54,12,3); }

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

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

 a { background-color: rgb(54,12,3); }

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

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

 span { border-color: rgb(54,12,3); }

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