Html Css Color HEX #1C120F Seal Brown

📋 copy color: '#1C120F'

red 28 ◦ green 18 ◦ blue 15

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

Shades of Seal Brown #1C120F

Tints of Seal Brown #1C120F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 29.51%

 BLUE value IS 15 (6.25% from 255) = 24.59%

R = 45.9%
G = 29.51%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.46

 K value IS 0.89

RGB Variations

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

Color information

#1C120F (or 0x1C120F) is known color: Seal Brown. HEX triplet: 1C, 12 and 0F. RGB value is (28,18,15). Sum of RGB (Red+Green+Blue) = 28+18+15=61 (8% of max value = 765). Red value is 28 (11.33% from 255 or 45.90% from 61); Green value is 18 (7.42% from 255 or 29.51% from 61); Blue value is 15 (6.25% from 255 or 24.59% from 61); Max value from RGB is 28 - color contains mainly: red. Hex color #1C120F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C120F is #E3EDF0. Grayscale: #141414. Windows color (decimal): -14937585 or 987676. OLE color: 987676.

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

Color convert

RGB 28 18 15 -
CMYK 0 0.36 0.46 0.89
HSL 13.85º 0.3% 0.08% -
HSV(B) 13.85º 0.46% 0.11% -
XYZ 0.78 0.71 0.55 -
YUV 20.65 124.81 133.24 -
System Red Green Blue C M Y K H S L
Decimal 28 18 15 0 0.36 0.46 0.89 13.85 0.3 0.08
Hex 1C 12 F 0 24 2E 59 E 1E 8
Octal 34 22 17 0 44 56 131 16 36 10
Binary 11100 10010 1111 0 100100 101110 1011001 1110 11110 1000

Color Harmonies of #1C120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C120F

Black with #1C120F

Text Example


Text Example

White with #1C120F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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