#3B0F03

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

Shades of Seal Brown #3B0F03

Tints of Seal Brown #3B0F03

Color information

#3B0F03 (or 0x3B0F03) is unknown color: approx Seal Brown. HEX triplet: 3B, 0F and 03. RGB value is (59,15,3). Sum of RGB (Red+Green+Blue) = 59+15+3=77 (10% of max value = 765). Red value is 59 (23.44% from 255 or 76.62% from 77); Green value is 15 (6.25% from 255 or 19.48% from 77); Blue value is 3 (1.56% from 255 or 3.90% from 77); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0F03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0F03 is #C4F0FC. Grayscale: #1A1A1A. Windows color (decimal): -12906749 or 200507. OLE color: 200507.

HSL color Cylindrical-coordinate representation of color #3B0F03: hue angle of 12.86º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B0F03 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.77.

Color convert

RGB59153-
CMYK00.750.950.77
HSL12.86º90.32%12.16%-
HSV(B)12.86º94.92%23.14%-
XYZ1.991.280.23-
YUV26.79114.58150.98-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 76.62%
GREEN value IS 15 (6.25% from 255) = 19.48%
BLUE value IS 3 (1.56% from 255) = 3.90%
R=76.62%
G=19.48%
B=3.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.95
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5915300.750.950.7712.8690.3212.16
Hex3BF304B5F4Dd5ac
Octal7317301131371151513214
Binary1110111111110100101110111111001101110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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