Html Css Color HEX #180C0B Seal Brown

📋 copy color: '#180C0B'

red 24 ◦ green 12 ◦ blue 11

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

Shades of Seal Brown #180C0B

Tints of Seal Brown #180C0B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 25.53%

 BLUE value IS 11 (4.69% from 255) = 23.4%

R = 51.06%
G = 25.53%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.91

RGB Variations

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

Color information

#180C0B (or 0x180C0B) is known color: Seal Brown. HEX triplet: 18, 0C and 0B. RGB value is (24,12,11). Sum of RGB (Red+Green+Blue) = 24+12+11=47 (6% of max value = 765). Red value is 24 (9.77% from 255 or 51.06% from 47); Green value is 12 (5.08% from 255 or 25.53% from 47); Blue value is 11 (4.69% from 255 or 23.40% from 47); Max value from RGB is 24 - color contains mainly: red. Hex color #180C0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180C0B is #E7F3F4. Grayscale: #0F0F0F. Windows color (decimal): -15201269 or 723992. OLE color: 723992.

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

Color convert

RGB 24 12 11 -
CMYK 0 0.50 0.54 0.91
HSL 4.62º 0.37% 0.07% -
HSV(B) 4.62º 0.54% 0.09% -
XYZ 0.57 0.48 0.38 -
YUV 15.47 125.48 134.08 -
System Red Green Blue C M Y K H S L
Decimal 24 12 11 0 0.50 0.54 0.91 4.62 0.37 0.07
Hex 18 C B 0 32 36 5B 5 25 7
Octal 30 14 13 0 62 66 133 5 45 7
Binary 11000 1100 1011 0 110010 110110 1011011 101 100101 111

Color Harmonies of #180C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180C0B

Black with #180C0B

Text Example


Text Example

White with #180C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,12,11); }

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

background-color css

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

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

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

border-color css

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

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

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