#360B08

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

Shades of Seal Brown #360B08

Tints of Seal Brown #360B08

Color information

#360B08 (or 0x360B08) is unknown color: approx Seal Brown. HEX triplet: 36, 0B and 08. RGB value is (54,11,8). Sum of RGB (Red+Green+Blue) = 54+11+8=73 (9% of max value = 765). Red value is 54 (21.48% from 255 or 73.97% from 73); Green value is 11 (4.69% from 255 or 15.07% from 73); Blue value is 8 (3.52% from 255 or 10.96% from 73); Max value from RGB is 54 - color contains mainly: red. Hex color #360B08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360B08 is #C9F4F7. Grayscale: #171717. Windows color (decimal): -13235448 or 527158. OLE color: 527158.

HSL color Cylindrical-coordinate representation of color #360B08: hue angle of 3.91º 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 #360B08 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.79.

Color convert

RGB54118-
CMYK00.800.850.79
HSL3.91º74.19%12.16%-
HSV(B)3.91º85.19%21.18%-
XYZ1.681.040.34-
YUV23.52119.25149.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 73.97%
GREEN value IS 11 (4.69% from 255) = 15.07%
BLUE value IS 8 (3.52% from 255) = 10.96%
R=73.97%
G=15.07%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5411800.800.850.793.9174.1912.16
Hex36B8050554F44ac
Octal6613100120125117411214
Binary11011010111000010100001010101100111110010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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