#33130C

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

Shades of Seal Brown #33130C

Tints of Seal Brown #33130C

Color information

#33130C (or 0x33130C) is unknown color: approx Seal Brown. HEX triplet: 33, 13 and 0C. RGB value is (51,19,12). Sum of RGB (Red+Green+Blue) = 51+19+12=82 (10% of max value = 765). Red value is 51 (20.31% from 255 or 62.20% from 82); Green value is 19 (7.81% from 255 or 23.17% from 82); Blue value is 12 (5.08% from 255 or 14.63% from 82); Max value from RGB is 51 - color contains mainly: red. Hex color #33130C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33130C is #CCECF3. Grayscale: #1B1B1B. Windows color (decimal): -13430004 or 791347. OLE color: 791347.

HSL color Cylindrical-coordinate representation of color #33130C: hue angle of 10.77º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33130C is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.8.

Color convert

RGB511912-
CMYK00.630.760.8
HSL10.77º61.9%12.35%-
HSV(B)10.77º76.47%20%-
XYZ1.661.20.49-
YUV27.77119.1144.57-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 62.20%
GREEN value IS 19 (7.81% from 255) = 23.17%
BLUE value IS 12 (5.08% from 255) = 14.63%
R=62.20%
G=23.17%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.76
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51191200.630.760.810.7761.912.35
Hex3313C03F4C50b3ec
Octal632314077114120137614
Binary11001110011110001111111001100101000010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33130C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33130C; }

 p { color: rgb(51,19,12); }

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

<style>
 a { background-color: #33130C; }

 a { background-color: rgb(51,19,12); }

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

<style>
 span { border-color: #33130C; }

 span { border-color: rgb(51,19,12); }

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