#3A0F0F

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

Shades of Seal Brown #3A0F0F

Tints of Seal Brown #3A0F0F

Color information

#3A0F0F (or 0x3A0F0F) is unknown color: approx Seal Brown. HEX triplet: 3A, 0F and 0F. RGB value is (58,15,15). Sum of RGB (Red+Green+Blue) = 58+15+15=88 (11% of max value = 765). Red value is 58 (23.05% from 255 or 65.91% from 88); Green value is 15 (6.25% from 255 or 17.05% from 88); Blue value is 15 (6.25% from 255 or 17.05% from 88); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0F0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0F0F is #C5F0F0. Grayscale: #1B1B1B. Windows color (decimal): -12972273 or 986938. OLE color: 986938.

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

Color convert

RGB581515-
CMYK00.740.740.77
HSL58.9%14.31%-
HSV(B)74.14%22.75%-
XYZ21.280.59-
YUV27.86120.75149.5-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 65.91%
GREEN value IS 15 (6.25% from 255) = 17.05%
BLUE value IS 15 (6.25% from 255) = 17.05%
R=65.91%
G=17.05%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.74
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58151500.740.740.77058.914.31
Hex3AFF04A4A4D03be
Octal721717011211211507316
Binary11101011111111010010101001010100110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,15,15); }

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

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

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

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

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

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

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