Html Css Color HEX #3C1915 Seal Brown

📋 copy color: '#3C1915'

red 60 ◦ green 25 ◦ blue 21

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

Shades of Seal Brown #3C1915

Tints of Seal Brown #3C1915

RGB

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

 GREEN value IS 25 (10.16% from 255) = 23.58%

 BLUE value IS 21 (8.59% from 255) = 19.81%

R = 56.6%
G = 23.58%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.76

RGB Variations

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

Color information

#3C1915 (or 0x3C1915) is known color: Seal Brown. HEX triplet: 3C, 19 and 15. RGB value is (60,25,21). Sum of RGB (Red+Green+Blue) = 60+25+21=106 (14% of max value = 765). Red value is 60 (23.83% from 255 or 56.60% from 106); Green value is 25 (10.16% from 255 or 23.58% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1915 is #C3E6EA. Grayscale: #232323. Windows color (decimal): -12838635 or 1382716. OLE color: 1382716.

HSL color Cylindrical-coordinate representation of color #3C1915: hue angle of 6.15º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C1915 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 25 21 -
CMYK 0 0.58 0.65 0.76
HSL 6.15º 0.48% 0.16% -
HSV(B) 6.15º 0.65% 0.24% -
XYZ 2.35 1.71 0.92 -
YUV 35.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 60 25 21 0 0.58 0.65 0.76 6.15 0.48 0.16
Hex 3C 19 15 0 3A 41 4C 6 30 10
Octal 74 31 25 0 72 101 114 6 60 20
Binary 111100 11001 10101 0 111010 1000001 1001100 110 110000 10000

Color Harmonies of #3C1915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1915

Black with #3C1915

Text Example


Text Example

White with #3C1915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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