Html Css Color HEX #1D0A02 Seal Brown

📋 copy color: '#1D0A02'

red 29 ◦ green 10 ◦ blue 2

#1D0A02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #1D0A02

Tints of Seal Brown #1D0A02

RGB

 RED value IS 29 (11.72% from 255) = 70.73%

 GREEN value IS 10 (4.3% 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 value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.89

RGB Variations

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

Color information

#1D0A02 (or 0x1D0A02) is known color: 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

RGB 29 10 2 -
CMYK 0 0.66 0.93 0.89
HSL 17.78º 0.87% 0.06% -
HSV(B) 17.78º 0.93% 0.11% -
XYZ 0.63 0.48 0.12 -
YUV 14.77 120.79 138.15 -
System Red Green Blue C M Y K H S L
Decimal 29 10 2 0 0.66 0.93 0.89 17.78 0.87 0.06
Hex 1D A 2 0 42 5D 59 12 57 6
Octal 35 12 2 0 102 135 131 22 127 6
Binary 11101 1010 10 0 1000010 1011101 1011001 10010 1010111 110

Color Harmonies of #1D0A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0A02

Black with #1D0A02

Text Example


Text Example

White with #1D0A02

Text Example


Text Example

HTML Codes & Css Web 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>