#1D0A02

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

Shades of Seal Brown #1D0A02

Tints of Seal Brown #1D0A02

Color information

#1D0A02 (or 0x1D0A02) is unknown color: approx Seal Brown. HEX triplet: 1D, 0A and 02. RGB value is (29,10,2). Sum of RGB (Red+Green+Blue) = 29+10+2=41 (5% of max value = 765). Red value is 29 (11.72% from 255 or 70.73% from 41); Green value is 10 (4.30% from 255 or 24.39% from 41); Blue value is 2 (1.17% from 255 or 4.88% from 41); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0A02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0A02 is #E2F5FD. Grayscale: #0E0E0E. Windows color (decimal): -14874110 or 133661. OLE color: 133661.

HSL color Cylindrical-coordinate representation of color #1D0A02: hue angle of 17.78º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D0A02 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.89.

Color convert

RGB29102-
CMYK00.660.930.89
HSL17.78º87.1%6.08%-
HSV(B)17.78º93.1%11.37%-
XYZ0.630.480.12-
YUV14.77120.79138.15-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 70.73%
GREEN value IS 10 (4.30% from 255) = 24.39%
BLUE value IS 2 (1.17% from 255) = 4.88%
R=70.73%
G=24.39%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.93
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2910200.660.930.8917.7887.16.08
Hex1DA20425D5912576
Octal351220102135131221276
Binary111011010100100001010111011011001100101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D0A02; }

 p { color: rgb(29,10,2); }

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

<style>
 a { background-color: #1D0A02; }

 a { background-color: rgb(29,10,2); }

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

<style>
 span { border-color: #1D0A02; }

 span { border-color: rgb(29,10,2); }

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