#33120C

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

Shades of Seal Brown #33120C

Tints of Seal Brown #33120C

Color information

#33120C (or 0x33120C) is unknown color: approx Seal Brown. HEX triplet: 33, 12 and 0C. RGB value is (51,18,12). Sum of RGB (Red+Green+Blue) = 51+18+12=81 (10% of max value = 765). Red value is 51 (20.31% from 255 or 62.96% from 81); Green value is 18 (7.42% from 255 or 22.22% from 81); Blue value is 12 (5.08% from 255 or 14.81% from 81); Max value from RGB is 51 - color contains mainly: red. Hex color #33120C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33120C is #CCEDF3. Grayscale: #1B1B1B. Windows color (decimal): -13430260 or 791091. OLE color: 791091.

HSL color Cylindrical-coordinate representation of color #33120C: hue angle of 9.23º 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 #33120C is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.8.

Color convert

RGB511812-
CMYK00.650.760.8
HSL9.23º61.9%12.35%-
HSV(B)9.23º76.47%20%-
XYZ1.651.160.49-
YUV27.18119.43144.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 62.96%
GREEN value IS 18 (7.42% from 255) = 22.22%
BLUE value IS 12 (5.08% from 255) = 14.81%
R=62.96%
G=22.22%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.76
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51181200.650.760.89.2361.912.35
Hex3312C0414C5093ec
Octal6322140101114120117614
Binary110011100101100010000011001100101000010011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33120C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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