Html Css Color HEX #3C0E04 Seal Brown

📋 copy color: '#3C0E04'

red 60 ◦ green 14 ◦ blue 4

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

Shades of Seal Brown #3C0E04

Tints of Seal Brown #3C0E04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 5.13%

R = 76.92%
G = 17.95%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.76

RGB Variations

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

Color information

#3C0E04 (or 0x3C0E04) is known color: Seal Brown. HEX triplet: 3C, 0E and 04. RGB value is (60,14,4). Sum of RGB (Red+Green+Blue) = 60+14+4=78 (10% of max value = 765). Red value is 60 (23.83% from 255 or 76.92% from 78); Green value is 14 (5.86% from 255 or 17.95% from 78); Blue value is 4 (1.95% from 255 or 5.13% from 78); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0E04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0E04 is #C3F1FB. Grayscale: #1A1A1A. Windows color (decimal): -12841468 or 265788. OLE color: 265788.

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

Color convert

RGB 60 14 4 -
CMYK 0 0.77 0.93 0.76
HSL 10.71º 0.88% 0.13% -
HSV(B) 10.71º 0.93% 0.24% -
XYZ 2.04 1.28 0.25 -
YUV 26.61 115.24 151.81 -
System Red Green Blue C M Y K H S L
Decimal 60 14 4 0 0.77 0.93 0.76 10.71 0.88 0.13
Hex 3C E 4 0 4D 5D 4C B 58 D
Octal 74 16 4 0 115 135 114 13 130 15
Binary 111100 1110 100 0 1001101 1011101 1001100 1011 1011000 1101

Color Harmonies of #3C0E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0E04

Black with #3C0E04

Text Example


Text Example

White with #3C0E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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