Html Css Color HEX #1B1412 Seal Brown

📋 copy color: '#1B1412'

red 27 ◦ green 20 ◦ blue 18

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

Shades of Seal Brown #1B1412

Tints of Seal Brown #1B1412

RGB

 RED value IS 27 (10.94% from 255) = 41.54%

 GREEN value IS 20 (8.2% from 255) = 30.77%

 BLUE value IS 18 (7.42% from 255) = 27.69%

R = 41.54%
G = 30.77%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.89

RGB Variations

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

Color information

#1B1412 (or 0x1B1412) is known color: Seal Brown. HEX triplet: 1B, 14 and 12. RGB value is (27,20,18). Sum of RGB (Red+Green+Blue) = 27+20+18=65 (8% of max value = 765). Red value is 27 (10.94% from 255 or 41.54% from 65); Green value is 20 (8.20% from 255 or 30.77% from 65); Blue value is 18 (7.42% from 255 or 27.69% from 65); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1412 is #E4EBED. Grayscale: #151515. Windows color (decimal): -15002606 or 1184795. OLE color: 1184795.

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

Color convert

RGB 27 20 18 -
CMYK 0 0.26 0.33 0.89
HSL 13.33º 0.2% 0.09% -
HSV(B) 13.33º 0.33% 0.11% -
XYZ 0.81 0.78 0.68 -
YUV 21.87 125.82 131.66 -
System Red Green Blue C M Y K H S L
Decimal 27 20 18 0 0.26 0.33 0.89 13.33 0.2 0.09
Hex 1B 14 12 0 1A 21 59 D 14 9
Octal 33 24 22 0 32 41 131 15 24 11
Binary 11011 10100 10010 0 11010 100001 1011001 1101 10100 1001

Color Harmonies of #1B1412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1412

Black with #1B1412

Text Example


Text Example

White with #1B1412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B1412; }

 p { color: rgb(27,20,18); }

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

background-color css

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

 a { background-color: rgb(27,20,18); }

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

border-color css

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

 span { border-color: rgb(27,20,18); }

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