Html Css Color HEX #3C0E0D Seal Brown

📋 copy color: '#3C0E0D'

red 60 ◦ green 14 ◦ blue 13

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

Shades of Seal Brown #3C0E0D

Tints of Seal Brown #3C0E0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 14.94%

R = 68.97%
G = 16.09%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.76

RGB Variations

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

Color information

#3C0E0D (or 0x3C0E0D) is known color: Seal Brown. HEX triplet: 3C, 0E and 0D. RGB value is (60,14,13). Sum of RGB (Red+Green+Blue) = 60+14+13=87 (11% of max value = 765). Red value is 60 (23.83% from 255 or 68.97% from 87); Green value is 14 (5.86% from 255 or 16.09% from 87); Blue value is 13 (5.47% from 255 or 14.94% from 87); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0E0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0E0D is #C3F1F2. Grayscale: #1B1B1B. Windows color (decimal): -12841459 or 855612. OLE color: 855612.

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

Color convert

RGB 60 14 13 -
CMYK 0 0.77 0.78 0.76
HSL 1.28º 0.64% 0.14% -
HSV(B) 1.28º 0.78% 0.24% -
XYZ 2.09 1.3 0.52 -
YUV 27.64 119.74 151.08 -
System Red Green Blue C M Y K H S L
Decimal 60 14 13 0 0.77 0.78 0.76 1.28 0.64 0.14
Hex 3C E D 0 4D 4E 4C 1 40 E
Octal 74 16 15 0 115 116 114 1 100 16
Binary 111100 1110 1101 0 1001101 1001110 1001100 1 1000000 1110

Color Harmonies of #3C0E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0E0D

Black with #3C0E0D

Text Example


Text Example

White with #3C0E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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