Html Css Color HEX #180D0A Seal Brown

📋 copy color: '#180D0A'

red 24 ◦ green 13 ◦ blue 10

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

Shades of Seal Brown #180D0A

Tints of Seal Brown #180D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 21.28%

R = 51.06%
G = 27.66%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.91

RGB Variations

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

Color information

#180D0A (or 0x180D0A) is known color: Seal Brown. HEX triplet: 18, 0D and 0A. RGB value is (24,13,10). Sum of RGB (Red+Green+Blue) = 24+13+10=47 (6% of max value = 765). Red value is 24 (9.77% from 255 or 51.06% from 47); Green value is 13 (5.47% from 255 or 27.66% from 47); Blue value is 10 (4.30% from 255 or 21.28% from 47); Max value from RGB is 24 - color contains mainly: red. Hex color #180D0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180D0A is #E7F2F5. Grayscale: #0F0F0F. Windows color (decimal): -15201014 or 658712. OLE color: 658712.

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

Color convert

RGB 24 13 10 -
CMYK 0 0.46 0.58 0.91
HSL 12.86º 0.41% 0.07% -
HSV(B) 12.86º 0.58% 0.09% -
XYZ 0.58 0.5 0.35 -
YUV 15.95 124.64 133.74 -
System Red Green Blue C M Y K H S L
Decimal 24 13 10 0 0.46 0.58 0.91 12.86 0.41 0.07
Hex 18 D A 0 2E 3A 5B D 29 7
Octal 30 15 12 0 56 72 133 15 51 7
Binary 11000 1101 1010 0 101110 111010 1011011 1101 101001 111

Color Harmonies of #180D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180D0A

Black with #180D0A

Text Example


Text Example

White with #180D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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