Html Css Color HEX #1C0C03 Seal Brown

📋 copy color: '#1C0C03'

red 28 ◦ green 12 ◦ blue 3

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

Shades of Seal Brown #1C0C03

Tints of Seal Brown #1C0C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 6.98%

R = 65.12%
G = 27.91%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.89

RGB Variations

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

Color information

#1C0C03 (or 0x1C0C03) is known color: Seal Brown. HEX triplet: 1C, 0C and 03. RGB value is (28,12,3). Sum of RGB (Red+Green+Blue) = 28+12+3=43 (5% of max value = 765). Red value is 28 (11.33% from 255 or 65.12% from 43); Green value is 12 (5.08% from 255 or 27.91% from 43); Blue value is 3 (1.56% from 255 or 6.98% from 43); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0C03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0C03 is #E3F3FC. Grayscale: #0F0F0F. Windows color (decimal): -14939133 or 199708. OLE color: 199708.

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

Color convert

RGB 28 12 3 -
CMYK 0 0.57 0.89 0.89
HSL 21.6º 0.81% 0.06% -
HSV(B) 21.6º 0.89% 0.11% -
XYZ 0.63 0.52 0.15 -
YUV 15.76 120.8 136.73 -
System Red Green Blue C M Y K H S L
Decimal 28 12 3 0 0.57 0.89 0.89 21.6 0.81 0.06
Hex 1C C 3 0 39 59 59 16 51 6
Octal 34 14 3 0 71 131 131 26 121 6
Binary 11100 1100 11 0 111001 1011001 1011001 10110 1010001 110

Color Harmonies of #1C0C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0C03

Black with #1C0C03

Text Example


Text Example

White with #1C0C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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