Html Css Color HEX #181010 Seal Brown

📋 copy color: '#181010'

red 24 ◦ green 16 ◦ blue 16

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

Shades of Seal Brown #181010

Tints of Seal Brown #181010

RGB

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

 GREEN value IS 16 (6.64% from 255) = 28.57%

 BLUE value IS 16 (6.64% from 255) = 28.57%

R = 42.86%
G = 28.57%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.91

RGB Variations

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

Color information

#181010 (or 0x181010) is known color: Seal Brown. HEX triplet: 18, 10 and 10. RGB value is (24,16,16). Sum of RGB (Red+Green+Blue) = 24+16+16=56 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.86% from 56); Green value is 16 (6.64% from 255 or 28.57% from 56); Blue value is 16 (6.64% from 255 or 28.57% from 56); Max value from RGB is 24 - color contains mainly: red. Hex color #181010 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181010 is #E7EFEF. Grayscale: #121212. Windows color (decimal): -15200240 or 1052696. OLE color: 1052696.

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

Color convert

RGB 24 16 16 -
CMYK 0 0.33 0.33 0.91
HSL 0.2% 0.08% -
HSV(B) 0.33% 0.09% -
XYZ 0.66 0.6 0.57 -
YUV 18.39 126.65 132 -
System Red Green Blue C M Y K H S L
Decimal 24 16 16 0 0.33 0.33 0.91 0 0.2 0.08
Hex 18 10 10 0 21 21 5B 0 14 8
Octal 30 20 20 0 41 41 133 0 24 10
Binary 11000 10000 10000 0 100001 100001 1011011 0 10100 1000

Color Harmonies of #181010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181010

Black with #181010

Text Example


Text Example

White with #181010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181010; }

 p { color: rgb(24,16,16); }

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

background-color css

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

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

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

border-color css

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

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

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