Html Css Color HEX #180D0D Seal Brown

📋 copy color: '#180D0D'

red 24 ◦ green 13 ◦ blue 13

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

Shades of Seal Brown #180D0D

Tints of Seal Brown #180D0D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 26%

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

R = 48%
G = 26%
B = 26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.91

RGB Variations

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

Color information

#180D0D (or 0x180D0D) is known color: Seal Brown. HEX triplet: 18, 0D and 0D. RGB value is (24,13,13). Sum of RGB (Red+Green+Blue) = 24+13+13=50 (6% of max value = 765). Red value is 24 (9.77% from 255 or 48% from 50); Green value is 13 (5.47% from 255 or 26% from 50); Blue value is 13 (5.47% from 255 or 26% from 50); Max value from RGB is 24 - color contains mainly: red. Hex color #180D0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180D0D is #E7F2F2. Grayscale: #101010. Windows color (decimal): -15201011 or 855320. OLE color: 855320.

HSL color Cylindrical-coordinate representation of color #180D0D: hue angle of 0º 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 #180D0D is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 13 13 -
CMYK 0 0.46 0.46 0.91
HSL 0.3% 0.07% -
HSV(B) 0.46% 0.09% -
XYZ 0.59 0.51 0.45 -
YUV 16.29 126.14 133.5 -
System Red Green Blue C M Y K H S L
Decimal 24 13 13 0 0.46 0.46 0.91 0 0.3 0.07
Hex 18 D D 0 2E 2E 5B 0 1E 7
Octal 30 15 15 0 56 56 133 0 36 7
Binary 11000 1101 1101 0 101110 101110 1011011 0 11110 111

Color Harmonies of #180D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180D0D

Black with #180D0D

Text Example


Text Example

White with #180D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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