Html Css Color HEX #1C0F0C Seal Brown

📋 copy color: '#1C0F0C'

red 28 ◦ green 15 ◦ blue 12

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

Shades of Seal Brown #1C0F0C

Tints of Seal Brown #1C0F0C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 27.27%

 BLUE value IS 12 (5.08% from 255) = 21.82%

R = 50.91%
G = 27.27%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.89

RGB Variations

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

Color information

#1C0F0C (or 0x1C0F0C) is known color: Seal Brown. HEX triplet: 1C, 0F and 0C. RGB value is (28,15,12). Sum of RGB (Red+Green+Blue) = 28+15+12=55 (7% of max value = 765). Red value is 28 (11.33% from 255 or 50.91% from 55); Green value is 15 (6.25% from 255 or 27.27% from 55); Blue value is 12 (5.08% from 255 or 21.82% from 55); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0F0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0F0C is #E3F0F3. Grayscale: #121212. Windows color (decimal): -14938356 or 790300. OLE color: 790300.

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

Color convert

RGB 28 15 12 -
CMYK 0 0.46 0.57 0.89
HSL 11.25º 0.4% 0.08% -
HSV(B) 11.25º 0.57% 0.11% -
XYZ 0.72 0.62 0.43 -
YUV 18.55 124.31 134.74 -
System Red Green Blue C M Y K H S L
Decimal 28 15 12 0 0.46 0.57 0.89 11.25 0.4 0.08
Hex 1C F C 0 2E 39 59 B 28 8
Octal 34 17 14 0 56 71 131 13 50 10
Binary 11100 1111 1100 0 101110 111001 1011001 1011 101000 1000

Color Harmonies of #1C0F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0F0C

Black with #1C0F0C

Text Example


Text Example

White with #1C0F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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