Html Css Color HEX #1C0C07 Seal Brown

📋 copy color: '#1C0C07'

red 28 ◦ green 12 ◦ blue 7

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

Shades of Seal Brown #1C0C07

Tints of Seal Brown #1C0C07

RGB

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

 GREEN value IS 12 (5.08% from 255) = 25.53%

 BLUE value IS 7 (3.13% from 255) = 14.89%

R = 59.57%
G = 25.53%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.75

 K value IS 0.89

RGB Variations

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

Color information

#1C0C07 (or 0x1C0C07) is known color: Seal Brown. HEX triplet: 1C, 0C and 07. RGB value is (28,12,7). Sum of RGB (Red+Green+Blue) = 28+12+7=47 (6% of max value = 765). Red value is 28 (11.33% from 255 or 59.57% from 47); Green value is 12 (5.08% from 255 or 25.53% from 47); Blue value is 7 (3.12% from 255 or 14.89% from 47); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0C07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0C07 is #E3F3F8. Grayscale: #101010. Windows color (decimal): -14939129 or 461852. OLE color: 461852.

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

Color convert

RGB 28 12 7 -
CMYK 0 0.57 0.75 0.89
HSL 14.29º 0.6% 0.07% -
HSV(B) 14.29º 0.75% 0.11% -
XYZ 0.65 0.53 0.27 -
YUV 16.21 122.8 136.41 -
System Red Green Blue C M Y K H S L
Decimal 28 12 7 0 0.57 0.75 0.89 14.29 0.6 0.07
Hex 1C C 7 0 39 4B 59 E 3C 7
Octal 34 14 7 0 71 113 131 16 74 7
Binary 11100 1100 111 0 111001 1001011 1011001 1110 111100 111

Color Harmonies of #1C0C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0C07

Black with #1C0C07

Text Example


Text Example

White with #1C0C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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