Html Css Color HEX #180F0D Seal Brown

📋 copy color: '#180F0D'

red 24 ◦ green 15 ◦ blue 13

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

Shades of Seal Brown #180F0D

Tints of Seal Brown #180F0D

RGB

 RED value IS 24 (9.77% from 255) = 46.15%

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

 BLUE value IS 13 (5.47% from 255) = 25%

R = 46.15%
G = 28.85%
B = 25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.91

RGB Variations

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

Color information

#180F0D (or 0x180F0D) is known color: Seal Brown. HEX triplet: 18, 0F and 0D. RGB value is (24,15,13). Sum of RGB (Red+Green+Blue) = 24+15+13=52 (6% of max value = 765). Red value is 24 (9.77% from 255 or 46.15% from 52); Green value is 15 (6.25% from 255 or 28.85% from 52); Blue value is 13 (5.47% from 255 or 25% from 52); Max value from RGB is 24 - color contains mainly: red. Hex color #180F0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180F0D is #E7F0F2. Grayscale: #111111. Windows color (decimal): -15200499 or 855832. OLE color: 855832.

HSL color Cylindrical-coordinate representation of color #180F0D: hue angle of 10.91º degrees, saturation: 0.3, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #180F0D is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 15 13 -
CMYK 0 0.37 0.46 0.91
HSL 10.91º 0.3% 0.07% -
HSV(B) 10.91º 0.46% 0.09% -
XYZ 0.62 0.56 0.46 -
YUV 17.46 125.48 132.66 -
System Red Green Blue C M Y K H S L
Decimal 24 15 13 0 0.37 0.46 0.91 10.91 0.3 0.07
Hex 18 F D 0 25 2E 5B B 1E 7
Octal 30 17 15 0 45 56 133 13 36 7
Binary 11000 1111 1101 0 100101 101110 1011011 1011 11110 111

Color Harmonies of #180F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180F0D

Black with #180F0D

Text Example


Text Example

White with #180F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180F0D; }

 p { color: rgb(24,15,13); }

 H1.HeaderClassName
 {
   color: #180F0D;
 }
 .AnyTagClassName
 {
   color: #180F0D;
 }
</style>

background-color css

<style>
 a { background-color: #180F0D; }

 a { background-color: rgb(24,15,13); }

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

border-color css

<style>
 span { border-color: #180F0D; }

 span { border-color: rgb(24,15,13); }

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