Html Css Color HEX #3C150C Seal Brown

📋 copy color: '#3C150C'

red 60 ◦ green 21 ◦ blue 12

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

Shades of Seal Brown #3C150C

Tints of Seal Brown #3C150C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.58%

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

R = 64.52%
G = 22.58%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.80

 K value IS 0.76

RGB Variations

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

Color information

#3C150C (or 0x3C150C) is known color: Seal Brown. HEX triplet: 3C, 15 and 0C. RGB value is (60,21,12). Sum of RGB (Red+Green+Blue) = 60+21+12=93 (12% of max value = 765). Red value is 60 (23.83% from 255 or 64.52% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 60 - color contains mainly: red. Hex color #3C150C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C150C is #C3EAF3. Grayscale: #1F1F1F. Windows color (decimal): -12839668 or 791868. OLE color: 791868.

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

Color convert

RGB 60 21 12 -
CMYK 0 0.65 0.80 0.76
HSL 11.25º 0.67% 0.14% -
HSV(B) 11.25º 0.8% 0.24% -
XYZ 2.2 1.52 0.53 -
YUV 31.64 116.92 148.23 -
System Red Green Blue C M Y K H S L
Decimal 60 21 12 0 0.65 0.80 0.76 11.25 0.67 0.14
Hex 3C 15 C 0 41 50 4C B 43 E
Octal 74 25 14 0 101 120 114 13 103 16
Binary 111100 10101 1100 0 1000001 1010000 1001100 1011 1000011 1110

Color Harmonies of #3C150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C150C

Black with #3C150C

Text Example


Text Example

White with #3C150C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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