Html Css Color HEX #1D0E05 Seal Brown

📋 copy color: '#1D0E05'

red 29 ◦ green 14 ◦ blue 5

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

Shades of Seal Brown #1D0E05

Tints of Seal Brown #1D0E05

RGB

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

 GREEN value IS 14 (5.86% from 255) = 29.17%

 BLUE value IS 5 (2.34% from 255) = 10.42%

R = 60.42%
G = 29.17%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.89

RGB Variations

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

Color information

#1D0E05 (or 0x1D0E05) is known color: Seal Brown. HEX triplet: 1D, 0E and 05. RGB value is (29,14,5). Sum of RGB (Red+Green+Blue) = 29+14+5=48 (6% of max value = 765). Red value is 29 (11.72% from 255 or 60.42% from 48); Green value is 14 (5.86% from 255 or 29.17% from 48); Blue value is 5 (2.34% from 255 or 10.42% from 48); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0E05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0E05 is #E2F1FA. Grayscale: #111111. Windows color (decimal): -14873083 or 331293. OLE color: 331293.

HSL color Cylindrical-coordinate representation of color #1D0E05: hue angle of 22.5º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D0E05 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.89.

Color convert

RGB 29 14 5 -
CMYK 0 0.52 0.83 0.89
HSL 22.5º 0.71% 0.07% -
HSV(B) 22.5º 0.83% 0.11% -
XYZ 0.69 0.59 0.22 -
YUV 17.46 120.97 136.23 -
System Red Green Blue C M Y K H S L
Decimal 29 14 5 0 0.52 0.83 0.89 22.5 0.71 0.07
Hex 1D E 5 0 34 53 59 16 47 7
Octal 35 16 5 0 64 123 131 26 107 7
Binary 11101 1110 101 0 110100 1010011 1011001 10110 1000111 111

Color Harmonies of #1D0E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0E05

Black with #1D0E05

Text Example


Text Example

White with #1D0E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,14,5); }

 H1.HeaderClassName
 {
   color: #1D0E05;
 }
 .AnyTagClassName
 {
   color: #1D0E05;
 }
</style>

background-color css

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

 a { background-color: rgb(29,14,5); }

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

border-color css

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

 span { border-color: rgb(29,14,5); }

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