Html Css Color HEX #3C120C Seal Brown

📋 copy color: '#3C120C'

red 60 ◦ green 18 ◦ blue 12

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

Shades of Seal Brown #3C120C

Tints of Seal Brown #3C120C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 13.33%

R = 66.67%
G = 20%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.80

 K value IS 0.76

RGB Variations

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

Color information

#3C120C (or 0x3C120C) is known color: Seal Brown. HEX triplet: 3C, 12 and 0C. RGB value is (60,18,12). Sum of RGB (Red+Green+Blue) = 60+18+12=90 (11% of max value = 765). Red value is 60 (23.83% from 255 or 66.67% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 12 (5.08% from 255 or 13.33% from 90); Max value from RGB is 60 - color contains mainly: red. Hex color #3C120C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C120C is #C3EDF3. Grayscale: #1D1D1D. Windows color (decimal): -12840436 or 791100. OLE color: 791100.

HSL color Cylindrical-coordinate representation of color #3C120C: hue angle of 7.5º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C120C is Cyan = 0, Magento = 0.7, Yellow = 0.80 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 18 12 -
CMYK 0 0.7 0.80 0.76
HSL 7.5º 0.67% 0.14% -
HSV(B) 7.5º 0.8% 0.24% -
XYZ 2.15 1.42 0.51 -
YUV 29.87 117.91 149.49 -
System Red Green Blue C M Y K H S L
Decimal 60 18 12 0 0.7 0.80 0.76 7.5 0.67 0.14
Hex 3C 12 C 0 46 50 4C 8 43 E
Octal 74 22 14 0 106 120 114 10 103 16
Binary 111100 10010 1100 0 1000110 1010000 1001100 1000 1000011 1110

Color Harmonies of #3C120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C120C

Black with #3C120C

Text Example


Text Example

White with #3C120C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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