Html Css Color HEX #180F0E Seal Brown

📋 copy color: '#180F0E'

red 24 ◦ green 15 ◦ blue 14

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

Shades of Seal Brown #180F0E

Tints of Seal Brown #180F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 26.42%

R = 45.28%
G = 28.3%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.42

 K value IS 0.91

RGB Variations

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

Color information

#180F0E (or 0x180F0E) is known color: Seal Brown. HEX triplet: 18, 0F and 0E. RGB value is (24,15,14). Sum of RGB (Red+Green+Blue) = 24+15+14=53 (7% of max value = 765). Red value is 24 (9.77% from 255 or 45.28% from 53); Green value is 15 (6.25% from 255 or 28.30% from 53); Blue value is 14 (5.86% from 255 or 26.42% from 53); Max value from RGB is 24 - color contains mainly: red. Hex color #180F0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180F0E is #E7F0F1. Grayscale: #111111. Windows color (decimal): -15200498 or 921368. OLE color: 921368.

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

Color convert

RGB 24 15 14 -
CMYK 0 0.37 0.42 0.91
HSL 0.26% 0.07% -
HSV(B) 0.42% 0.09% -
XYZ 0.63 0.57 0.49 -
YUV 17.58 125.98 132.58 -
System Red Green Blue C M Y K H S L
Decimal 24 15 14 0 0.37 0.42 0.91 6 0.26 0.07
Hex 18 F E 0 25 2A 5B 6 1A 7
Octal 30 17 16 0 45 52 133 6 32 7
Binary 11000 1111 1110 0 100101 101010 1011011 110 11010 111

Color Harmonies of #180F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180F0E

Black with #180F0E

Text Example


Text Example

White with #180F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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