#2A0B03

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

Shades of Seal Brown #2A0B03

Tints of Seal Brown #2A0B03

Color information

#2A0B03 (or 0x2A0B03) is unknown color: approx Seal Brown. HEX triplet: 2A, 0B and 03. RGB value is (42,11,3). Sum of RGB (Red+Green+Blue) = 42+11+3=56 (7% of max value = 765). Red value is 42 (16.80% from 255 or 75% from 56); Green value is 11 (4.69% from 255 or 19.64% from 56); Blue value is 3 (1.56% from 255 or 5.36% from 56); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0B03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A0B03 is #D5F4FC. Grayscale: #131313. Windows color (decimal): -14021885 or 199466. OLE color: 199466.

HSL color Cylindrical-coordinate representation of color #2A0B03: hue angle of 12.31º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A0B03 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.84.

Color convert

RGB42113-
CMYK00.740.930.84
HSL12.31º86.67%8.82%-
HSV(B)12.31º92.86%16.47%-
XYZ1.090.740.17-
YUV19.36118.77144.15-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 75%
GREEN value IS 11 (4.69% from 255) = 19.64%
BLUE value IS 3 (1.56% from 255) = 5.36%
R=75%
G=19.64%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.93
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4211300.740.930.8412.3186.678.82
Hex2AB304A5D54c579
Octal5213301121351241412711
Binary1010101011110100101010111011010100110010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,11,3); }

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

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

 a { background-color: rgb(42,11,3); }

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

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

 span { border-color: rgb(42,11,3); }

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