Html Css Color HEX #3C0E03 Seal Brown

📋 copy color: '#3C0E03'

red 60 ◦ green 14 ◦ blue 3

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

Shades of Seal Brown #3C0E03

Tints of Seal Brown #3C0E03

RGB

 RED value IS 60 (23.83% from 255) = 77.92%

 GREEN value IS 14 (5.86% from 255) = 18.18%

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

R = 77.92%
G = 18.18%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.76

RGB Variations

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

Color information

#3C0E03 (or 0x3C0E03) is known color: Seal Brown. HEX triplet: 3C, 0E and 03. RGB value is (60,14,3). Sum of RGB (Red+Green+Blue) = 60+14+3=77 (10% of max value = 765). Red value is 60 (23.83% from 255 or 77.92% from 77); Green value is 14 (5.86% from 255 or 18.18% from 77); Blue value is 3 (1.56% from 255 or 3.90% from 77); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0E03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0E03 is #C3F1FC. Grayscale: #1A1A1A. Windows color (decimal): -12841469 or 200252. OLE color: 200252.

HSL color Cylindrical-coordinate representation of color #3C0E03: hue angle of 11.58º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C0E03 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 14 3 -
CMYK 0 0.77 0.95 0.76
HSL 11.58º 0.9% 0.12% -
HSV(B) 11.58º 0.95% 0.24% -
XYZ 2.04 1.28 0.23 -
YUV 26.5 114.74 151.89 -
System Red Green Blue C M Y K H S L
Decimal 60 14 3 0 0.77 0.95 0.76 11.58 0.9 0.12
Hex 3C E 3 0 4D 5F 4C C 5A C
Octal 74 16 3 0 115 137 114 14 132 14
Binary 111100 1110 11 0 1001101 1011111 1001100 1100 1011010 1100

Color Harmonies of #3C0E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0E03

Black with #3C0E03

Text Example


Text Example

White with #3C0E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C0E03; }

 p { color: rgb(60,14,3); }

 H1.HeaderClassName
 {
   color: #3C0E03;
 }
 .AnyTagClassName
 {
   color: #3C0E03;
 }
</style>

background-color css

<style>
 a { background-color: #3C0E03; }

 a { background-color: rgb(60,14,3); }

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

border-color css

<style>
 span { border-color: #3C0E03; }

 span { border-color: rgb(60,14,3); }

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