Html Css Color HEX #1C0C05 Seal Brown

📋 copy color: '#1C0C05'

red 28 ◦ green 12 ◦ blue 5

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

Shades of Seal Brown #1C0C05

Tints of Seal Brown #1C0C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 11.11%

R = 62.22%
G = 26.67%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.89

RGB Variations

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

Color information

#1C0C05 (or 0x1C0C05) is known color: Seal Brown. HEX triplet: 1C, 0C and 05. RGB value is (28,12,5). Sum of RGB (Red+Green+Blue) = 28+12+5=45 (5% of max value = 765). Red value is 28 (11.33% from 255 or 62.22% from 45); Green value is 12 (5.08% from 255 or 26.67% from 45); Blue value is 5 (2.34% from 255 or 11.11% from 45); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0C05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0C05 is #E3F3FA. Grayscale: #101010. Windows color (decimal): -14939131 or 330780. OLE color: 330780.

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

Color convert

RGB 28 12 5 -
CMYK 0 0.57 0.82 0.89
HSL 18.26º 0.7% 0.06% -
HSV(B) 18.26º 0.82% 0.11% -
XYZ 0.64 0.52 0.21 -
YUV 15.99 121.8 136.57 -
System Red Green Blue C M Y K H S L
Decimal 28 12 5 0 0.57 0.82 0.89 18.26 0.7 0.06
Hex 1C C 5 0 39 52 59 12 46 6
Octal 34 14 5 0 71 122 131 22 106 6
Binary 11100 1100 101 0 111001 1010010 1011001 10010 1000110 110

Color Harmonies of #1C0C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0C05

Black with #1C0C05

Text Example


Text Example

White with #1C0C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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