#2D0E0A

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

Shades of Seal Brown #2D0E0A

Tints of Seal Brown #2D0E0A

Color information

#2D0E0A (or 0x2D0E0A) is unknown color: approx Seal Brown. HEX triplet: 2D, 0E and 0A. RGB value is (45,14,10). Sum of RGB (Red+Green+Blue) = 45+14+10=69 (9% of max value = 765). Red value is 45 (17.97% from 255 or 65.22% from 69); Green value is 14 (5.86% from 255 or 20.29% from 69); Blue value is 10 (4.30% from 255 or 14.49% from 69); Max value from RGB is 45 - color contains mainly: red. Hex color #2D0E0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D0E0A is #D2F1F5. Grayscale: #161616. Windows color (decimal): -13824502 or 658989. OLE color: 658989.

HSL color Cylindrical-coordinate representation of color #2D0E0A: hue angle of 6.86º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D0E0A is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.82.

Color convert

RGB451410-
CMYK00.690.780.82
HSL6.86º63.64%10.78%-
HSV(B)6.86º77.78%17.65%-
XYZ1.290.890.39-
YUV22.81120.77143.83-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 65.22%
GREEN value IS 14 (5.86% from 255) = 20.29%
BLUE value IS 10 (4.30% from 255) = 14.49%
R=65.22%
G=20.29%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.78
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45141000.690.780.826.8663.6410.78
Hex2DEA0454E52740b
Octal5516120105116122710013
Binary10110111101010010001011001110101001011110000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,14,10); }

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

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

 a { background-color: rgb(45,14,10); }

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

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

 span { border-color: rgb(45,14,10); }

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