Html Css Color HEX #1D0F08 Seal Brown

📋 copy color: '#1D0F08'

red 29 ◦ green 15 ◦ blue 8

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

Shades of Seal Brown #1D0F08

Tints of Seal Brown #1D0F08

RGB

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

 GREEN value IS 15 (6.25% from 255) = 28.85%

 BLUE value IS 8 (3.52% from 255) = 15.38%

R = 55.77%
G = 28.85%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.89

RGB Variations

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

Color information

#1D0F08 (or 0x1D0F08) is known color: Seal Brown. HEX triplet: 1D, 0F and 08. RGB value is (29,15,8). Sum of RGB (Red+Green+Blue) = 29+15+8=52 (6% of max value = 765). Red value is 29 (11.72% from 255 or 55.77% from 52); Green value is 15 (6.25% from 255 or 28.85% from 52); Blue value is 8 (3.52% from 255 or 15.38% from 52); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0F08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0F08 is #E2F0F7. Grayscale: #121212. Windows color (decimal): -14872824 or 528157. OLE color: 528157.

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

Color convert

RGB 29 15 8 -
CMYK 0 0.48 0.72 0.89
HSL 20º 0.57% 0.07% -
HSV(B) 20º 0.72% 0.11% -
XYZ 0.72 0.62 0.31 -
YUV 18.39 122.14 135.57 -
System Red Green Blue C M Y K H S L
Decimal 29 15 8 0 0.48 0.72 0.89 20 0.57 0.07
Hex 1D F 8 0 30 48 59 14 39 7
Octal 35 17 10 0 60 110 131 24 71 7
Binary 11101 1111 1000 0 110000 1001000 1011001 10100 111001 111

Color Harmonies of #1D0F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0F08

Black with #1D0F08

Text Example


Text Example

White with #1D0F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,15,8); }

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

background-color css

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

 a { background-color: rgb(29,15,8); }

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

border-color css

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

 span { border-color: rgb(29,15,8); }

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