#2C0A05

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

Shades of Seal Brown #2C0A05

Tints of Seal Brown #2C0A05

Color information

#2C0A05 (or 0x2C0A05) is unknown color: approx Seal Brown. HEX triplet: 2C, 0A and 05. RGB value is (44,10,5). Sum of RGB (Red+Green+Blue) = 44+10+5=59 (7% of max value = 765). Red value is 44 (17.58% from 255 or 74.58% from 59); Green value is 10 (4.30% from 255 or 16.95% from 59); Blue value is 5 (2.34% from 255 or 8.47% from 59); Max value from RGB is 44 - color contains mainly: red. Hex color #2C0A05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C0A05 is #D3F5FA. Grayscale: #131313. Windows color (decimal): -13891067 or 330284. OLE color: 330284.

HSL color Cylindrical-coordinate representation of color #2C0A05: hue angle of 7.69º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2C0A05 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.83.

Color convert

RGB44105-
CMYK00.770.890.83
HSL7.69º79.59%9.61%-
HSV(B)7.69º88.64%17.25%-
XYZ1.170.760.23-
YUV19.6119.76145.41-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 74.58%
GREEN value IS 10 (4.30% from 255) = 16.95%
BLUE value IS 5 (2.34% from 255) = 8.47%
R=74.58%
G=16.95%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.89
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4410500.770.890.837.6979.599.61
Hex2CA504D5953850a
Octal5412501151311231012012
Binary10110010101010100110110110011010011100010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C0A05; }

 p { color: rgb(44,10,5); }

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

<style>
 a { background-color: #2C0A05; }

 a { background-color: rgb(44,10,5); }

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

<style>
 span { border-color: #2C0A05; }

 span { border-color: rgb(44,10,5); }

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