#3B0F09

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

Shades of Seal Brown #3B0F09

Tints of Seal Brown #3B0F09

Color information

#3B0F09 (or 0x3B0F09) is unknown color: approx Seal Brown. HEX triplet: 3B, 0F and 09. RGB value is (59,15,9). Sum of RGB (Red+Green+Blue) = 59+15+9=83 (10% of max value = 765). Red value is 59 (23.44% from 255 or 71.08% from 83); Green value is 15 (6.25% from 255 or 18.07% from 83); Blue value is 9 (3.91% from 255 or 10.84% from 83); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0F09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0F09 is #C4F0F6. Grayscale: #1B1B1B. Windows color (decimal): -12906743 or 593723. OLE color: 593723.

HSL color Cylindrical-coordinate representation of color #3B0F09: hue angle of 7.2º 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 #3B0F09 is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.77.

Color convert

RGB59159-
CMYK00.750.850.77
HSL7.2º73.53%13.33%-
HSV(B)7.2º84.75%23.14%-
XYZ2.021.290.4-
YUV27.47117.58150.49-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 71.08%
GREEN value IS 15 (6.25% from 255) = 18.07%
BLUE value IS 9 (3.91% from 255) = 10.84%
R=71.08%
G=18.07%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.85
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5915900.750.850.777.273.5313.33
Hex3BF904B554D74ad
Octal7317110113125115711215
Binary11101111111001010010111010101100110111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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