Html Css Color HEX #3C110D Seal Brown

📋 copy color: '#3C110D'

red 60 ◦ green 17 ◦ blue 13

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

Shades of Seal Brown #3C110D

Tints of Seal Brown #3C110D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 18.89%

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

R = 66.67%
G = 18.89%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.76

RGB Variations

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

Color information

#3C110D (or 0x3C110D) is known color: Seal Brown. HEX triplet: 3C, 11 and 0D. RGB value is (60,17,13). Sum of RGB (Red+Green+Blue) = 60+17+13=90 (11% of max value = 765). Red value is 60 (23.83% from 255 or 66.67% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 13 (5.47% from 255 or 14.44% from 90); Max value from RGB is 60 - color contains mainly: red. Hex color #3C110D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C110D is #C3EEF2. Grayscale: #1D1D1D. Windows color (decimal): -12840691 or 856380. OLE color: 856380.

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

Color convert

RGB 60 17 13 -
CMYK 0 0.72 0.78 0.76
HSL 5.11º 0.64% 0.14% -
HSV(B) 5.11º 0.78% 0.24% -
XYZ 2.14 1.39 0.54 -
YUV 29.4 118.75 149.83 -
System Red Green Blue C M Y K H S L
Decimal 60 17 13 0 0.72 0.78 0.76 5.11 0.64 0.14
Hex 3C 11 D 0 48 4E 4C 5 40 E
Octal 74 21 15 0 110 116 114 5 100 16
Binary 111100 10001 1101 0 1001000 1001110 1001100 101 1000000 1110

Color Harmonies of #3C110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C110D

Black with #3C110D

Text Example


Text Example

White with #3C110D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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