Html Css Color HEX #1D0605 Seal Brown

📋 copy color: '#1D0605'

red 29 ◦ green 6 ◦ blue 5

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

Shades of Seal Brown #1D0605

Tints of Seal Brown #1D0605

RGB

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

 GREEN value IS 6 (2.73% from 255) = 15%

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

R = 72.5%
G = 15%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.89

RGB Variations

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

Color information

#1D0605 (or 0x1D0605) is known color: Seal Brown. HEX triplet: 1D, 06 and 05. RGB value is (29,6,5). Sum of RGB (Red+Green+Blue) = 29+6+5=40 (5% of max value = 765). Red value is 29 (11.72% from 255 or 72.5% from 40); Green value is 6 (2.73% from 255 or 15% from 40); Blue value is 5 (2.34% from 255 or 12.5% from 40); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0605 is #E2F9FA. Grayscale: #0C0C0C. Windows color (decimal): -14875131 or 329245. OLE color: 329245.

HSL color Cylindrical-coordinate representation of color #1D0605: hue angle of 2.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 #1D0605 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.89.

Color convert

RGB 29 6 5 -
CMYK 0 0.79 0.83 0.89
HSL 2.5º 0.71% 0.07% -
HSV(B) 2.5º 0.83% 0.11% -
XYZ 0.6 0.4 0.19 -
YUV 12.76 123.62 139.58 -
System Red Green Blue C M Y K H S L
Decimal 29 6 5 0 0.79 0.83 0.89 2.5 0.71 0.07
Hex 1D 6 5 0 4F 53 59 2 47 7
Octal 35 6 5 0 117 123 131 2 107 7
Binary 11101 110 101 0 1001111 1010011 1011001 10 1000111 111

Color Harmonies of #1D0605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0605

Black with #1D0605

Text Example


Text Example

White with #1D0605

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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