Html Css Color HEX #18110F Seal Brown

📋 copy color: '#18110F'

red 24 ◦ green 17 ◦ blue 15

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

Shades of Seal Brown #18110F

Tints of Seal Brown #18110F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 30.36%

 BLUE value IS 15 (6.25% from 255) = 26.79%

R = 42.86%
G = 30.36%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.91

RGB Variations

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

Color information

#18110F (or 0x18110F) is known color: Seal Brown. HEX triplet: 18, 11 and 0F. RGB value is (24,17,15). Sum of RGB (Red+Green+Blue) = 24+17+15=56 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.86% from 56); Green value is 17 (7.03% from 255 or 30.36% from 56); Blue value is 15 (6.25% from 255 or 26.79% from 56); Max value from RGB is 24 - color contains mainly: red. Hex color #18110F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18110F is #E7EEF0. Grayscale: #121212. Windows color (decimal): -15199985 or 987416. OLE color: 987416.

HSL color Cylindrical-coordinate representation of color #18110F: hue angle of 13.33º degrees, saturation: 0.23, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #18110F is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 17 15 -
CMYK 0 0.29 0.37 0.91
HSL 13.33º 0.23% 0.08% -
HSV(B) 13.33º 0.38% 0.09% -
XYZ 0.66 0.63 0.54 -
YUV 18.87 125.82 131.66 -
System Red Green Blue C M Y K H S L
Decimal 24 17 15 0 0.29 0.37 0.91 13.33 0.23 0.08
Hex 18 11 F 0 1D 25 5B D 17 8
Octal 30 21 17 0 35 45 133 15 27 10
Binary 11000 10001 1111 0 11101 100101 1011011 1101 10111 1000

Color Harmonies of #18110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18110F

Black with #18110F

Text Example


Text Example

White with #18110F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18110F; }

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

 H1.HeaderClassName
 {
   color: #18110F;
 }
 .AnyTagClassName
 {
   color: #18110F;
 }
</style>

background-color css

<style>
 a { background-color: #18110F; }

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

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

border-color css

<style>
 span { border-color: #18110F; }

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

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