#2C0F05

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

Shades of Seal Brown #2C0F05

Tints of Seal Brown #2C0F05

Color information

#2C0F05 (or 0x2C0F05) is unknown color: approx Seal Brown. HEX triplet: 2C, 0F and 05. RGB value is (44,15,5). Sum of RGB (Red+Green+Blue) = 44+15+5=64 (8% of max value = 765). Red value is 44 (17.58% from 255 or 68.75% from 64); Green value is 15 (6.25% from 255 or 23.44% from 64); Blue value is 5 (2.34% from 255 or 7.81% from 64); Max value from RGB is 44 - color contains mainly: red. Hex color #2C0F05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C0F05 is #D3F0FA. Grayscale: #161616. Windows color (decimal): -13889787 or 331564. OLE color: 331564.

HSL color Cylindrical-coordinate representation of color #2C0F05: hue angle of 15.38º 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 #2C0F05 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.83.

Color convert

RGB44155-
CMYK00.660.890.83
HSL15.38º79.59%9.61%-
HSV(B)15.38º88.64%17.25%-
XYZ1.240.890.25-
YUV22.53118.11143.31-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 68.75%
GREEN value IS 15 (6.25% from 255) = 23.44%
BLUE value IS 5 (2.34% from 255) = 7.81%
R=68.75%
G=23.44%
B=7.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.89
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4415500.660.890.8315.3879.599.61
Hex2CF50425953f50a
Octal5417501021311231712012
Binary10110011111010100001010110011010011111110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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