Html Css Color HEX #3C120D Seal Brown

📋 copy color: '#3C120D'

red 60 ◦ green 18 ◦ blue 13

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

Shades of Seal Brown #3C120D

Tints of Seal Brown #3C120D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 19.78%

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

R = 65.93%
G = 19.78%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.78

 K value IS 0.76

RGB Variations

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

Color information

#3C120D (or 0x3C120D) is known color: Seal Brown. HEX triplet: 3C, 12 and 0D. RGB value is (60,18,13). Sum of RGB (Red+Green+Blue) = 60+18+13=91 (12% of max value = 765). Red value is 60 (23.83% from 255 or 65.93% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 13 (5.47% from 255 or 14.29% from 91); Max value from RGB is 60 - color contains mainly: red. Hex color #3C120D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C120D is #C3EDF2. Grayscale: #1E1E1E. Windows color (decimal): -12840435 or 856636. OLE color: 856636.

HSL color Cylindrical-coordinate representation of color #3C120D: hue angle of 6.38º 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 #3C120D is Cyan = 0, Magento = 0.7, Yellow = 0.78 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 18 13 -
CMYK 0 0.7 0.78 0.76
HSL 6.38º 0.64% 0.14% -
HSV(B) 6.38º 0.78% 0.24% -
XYZ 2.15 1.42 0.54 -
YUV 29.99 118.41 149.41 -
System Red Green Blue C M Y K H S L
Decimal 60 18 13 0 0.7 0.78 0.76 6.38 0.64 0.14
Hex 3C 12 D 0 46 4E 4C 6 40 E
Octal 74 22 15 0 106 116 114 6 100 16
Binary 111100 10010 1101 0 1000110 1001110 1001100 110 1000000 1110

Color Harmonies of #3C120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C120D

Black with #3C120D

Text Example


Text Example

White with #3C120D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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