Html Css Color HEX #1C1312 Seal Brown

📋 copy color: '#1C1312'

red 28 ◦ green 19 ◦ blue 18

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

Shades of Seal Brown #1C1312

Tints of Seal Brown #1C1312

RGB

 RED value IS 28 (11.33% from 255) = 43.08%

 GREEN value IS 19 (7.81% from 255) = 29.23%

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

R = 43.08%
G = 29.23%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.89

RGB Variations

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

Color information

#1C1312 (or 0x1C1312) is known color: Seal Brown. HEX triplet: 1C, 13 and 12. RGB value is (28,19,18). Sum of RGB (Red+Green+Blue) = 28+19+18=65 (8% of max value = 765). Red value is 28 (11.33% from 255 or 43.08% from 65); Green value is 19 (7.81% from 255 or 29.23% from 65); Blue value is 18 (7.42% from 255 or 27.69% from 65); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1312 is #E3ECED. Grayscale: #151515. Windows color (decimal): -14937326 or 1184540. OLE color: 1184540.

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

Color convert

RGB 28 19 18 -
CMYK 0 0.32 0.36 0.89
HSL 0.22% 0.09% -
HSV(B) 0.36% 0.11% -
XYZ 0.82 0.76 0.67 -
YUV 21.58 125.98 132.58 -
System Red Green Blue C M Y K H S L
Decimal 28 19 18 0 0.32 0.36 0.89 6 0.22 0.09
Hex 1C 13 12 0 20 24 59 6 16 9
Octal 34 23 22 0 40 44 131 6 26 11
Binary 11100 10011 10010 0 100000 100100 1011001 110 10110 1001

Color Harmonies of #1C1312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1312

Black with #1C1312

Text Example


Text Example

White with #1C1312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,19,18); }

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

background-color css

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

 a { background-color: rgb(28,19,18); }

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

border-color css

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

 span { border-color: rgb(28,19,18); }

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