#2D0402

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

Shades of Seal Brown #2D0402

Tints of Seal Brown #2D0402

Color information

#2D0402 (or 0x2D0402) is unknown color: approx Seal Brown. HEX triplet: 2D, 04 and 02. RGB value is (45,4,2). Sum of RGB (Red+Green+Blue) = 45+4+2=51 (6% of max value = 765). Red value is 45 (17.97% from 255 or 88.24% from 51); Green value is 4 (1.95% from 255 or 7.84% from 51); Blue value is 2 (1.17% from 255 or 3.92% from 51); Max value from RGB is 45 - color contains mainly: red. Hex color #2D0402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D0402 is #D2FBFD. Grayscale: #101010. Windows color (decimal): -13827070 or 132141. OLE color: 132141.

HSL color Cylindrical-coordinate representation of color #2D0402: hue angle of 2.79º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D0402 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.82.

Color convert

RGB4542-
CMYK00.910.960.82
HSL2.79º91.49%9.22%-
HSV(B)2.79º95.56%17.65%-
XYZ1.140.650.12-
YUV16.03120.08148.66-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 88.24%
GREEN value IS 4 (1.95% from 255) = 7.84%
BLUE value IS 2 (1.17% from 255) = 3.92%
R=88.24%
G=7.84%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.96
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal454200.910.960.822.7991.499.22
Hex2D4205B605235b9
Octal55420133140122313311
Binary1011011001001011011110000010100101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,4,2); }

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

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

 a { background-color: rgb(45,4,2); }

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

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

 span { border-color: rgb(45,4,2); }

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