Html Css Color HEX #1C1310 Seal Brown

📋 copy color: '#1C1310'

red 28 ◦ green 19 ◦ blue 16

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

Shades of Seal Brown #1C1310

Tints of Seal Brown #1C1310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 25.4%

R = 44.44%
G = 30.16%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.89

RGB Variations

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

Color information

#1C1310 (or 0x1C1310) is known color: Seal Brown. HEX triplet: 1C, 13 and 10. RGB value is (28,19,16). Sum of RGB (Red+Green+Blue) = 28+19+16=63 (8% of max value = 765). Red value is 28 (11.33% from 255 or 44.44% from 63); Green value is 19 (7.81% from 255 or 30.16% from 63); Blue value is 16 (6.64% from 255 or 25.40% from 63); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1310 is #E3ECEF. Grayscale: #151515. Windows color (decimal): -14937328 or 1053468. OLE color: 1053468.

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

Color convert

RGB 28 19 16 -
CMYK 0 0.32 0.43 0.89
HSL 15º 0.27% 0.09% -
HSV(B) 15º 0.43% 0.11% -
XYZ 0.81 0.75 0.59 -
YUV 21.35 124.98 132.74 -
System Red Green Blue C M Y K H S L
Decimal 28 19 16 0 0.32 0.43 0.89 15 0.27 0.09
Hex 1C 13 10 0 20 2B 59 F 1B 9
Octal 34 23 20 0 40 53 131 17 33 11
Binary 11100 10011 10000 0 100000 101011 1011001 1111 11011 1001

Color Harmonies of #1C1310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1310

Black with #1C1310

Text Example


Text Example

White with #1C1310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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