#3B0E09

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

Shades of Seal Brown #3B0E09

Tints of Seal Brown #3B0E09

Color information

#3B0E09 (or 0x3B0E09) is unknown color: approx Seal Brown. HEX triplet: 3B, 0E and 09. RGB value is (59,14,9). Sum of RGB (Red+Green+Blue) = 59+14+9=82 (10% of max value = 765). Red value is 59 (23.44% from 255 or 71.95% from 82); Green value is 14 (5.86% from 255 or 17.07% from 82); Blue value is 9 (3.91% from 255 or 10.98% from 82); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0E09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0E09 is #C4F1F6. Grayscale: #1A1A1A. Windows color (decimal): -12906999 or 593467. OLE color: 593467.

HSL color Cylindrical-coordinate representation of color #3B0E09: hue angle of 6º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3B0E09 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.77.

Color convert

RGB59149-
CMYK00.760.850.77
HSL73.53%13.33%-
HSV(B)84.75%23.14%-
XYZ2.011.260.4-
YUV26.88117.91150.91-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 71.95%
GREEN value IS 14 (5.86% from 255) = 17.07%
BLUE value IS 9 (3.91% from 255) = 10.98%
R=71.95%
G=17.07%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.85
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5914900.760.850.77673.5313.33
Hex3BE904C554D64ad
Octal7316110114125115611215
Binary11101111101001010011001010101100110111010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B0E09; }

 p { color: rgb(59,14,9); }

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

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

 a { background-color: rgb(59,14,9); }

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

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

 span { border-color: rgb(59,14,9); }

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