Html Css Color HEX #1D0706 Seal Brown

📋 copy color: '#1D0706'

red 29 ◦ green 7 ◦ blue 6

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

Shades of Seal Brown #1D0706

Tints of Seal Brown #1D0706

RGB

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

 GREEN value IS 7 (3.13% from 255) = 16.67%

 BLUE value IS 6 (2.73% from 255) = 14.29%

R = 69.05%
G = 16.67%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.89

RGB Variations

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

Color information

#1D0706 (or 0x1D0706) is known color: Seal Brown. HEX triplet: 1D, 07 and 06. RGB value is (29,7,6). Sum of RGB (Red+Green+Blue) = 29+7+6=42 (5% of max value = 765). Red value is 29 (11.72% from 255 or 69.05% from 42); Green value is 7 (3.12% from 255 or 16.67% from 42); Blue value is 6 (2.73% from 255 or 14.29% from 42); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0706 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0706 is #E2F8F9. Grayscale: #0D0D0D. Windows color (decimal): -14874874 or 395037. OLE color: 395037.

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

Color convert

RGB 29 7 6 -
CMYK 0 0.76 0.79 0.89
HSL 2.61º 0.66% 0.07% -
HSV(B) 2.61º 0.79% 0.11% -
XYZ 0.62 0.43 0.22 -
YUV 13.46 123.79 139.08 -
System Red Green Blue C M Y K H S L
Decimal 29 7 6 0 0.76 0.79 0.89 2.61 0.66 0.07
Hex 1D 7 6 0 4C 4F 59 3 42 7
Octal 35 7 6 0 114 117 131 3 102 7
Binary 11101 111 110 0 1001100 1001111 1011001 11 1000010 111

Color Harmonies of #1D0706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0706

Black with #1D0706

Text Example


Text Example

White with #1D0706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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