Html Css Color HEX #3C150D Seal Brown

📋 copy color: '#3C150D'

red 60 ◦ green 21 ◦ blue 13

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

Shades of Seal Brown #3C150D

Tints of Seal Brown #3C150D

RGB

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

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

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

R = 63.83%
G = 22.34%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.76

RGB Variations

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

Color information

#3C150D (or 0x3C150D) is known color: Seal Brown. HEX triplet: 3C, 15 and 0D. RGB value is (60,21,13). Sum of RGB (Red+Green+Blue) = 60+21+13=94 (12% of max value = 765). Red value is 60 (23.83% from 255 or 63.83% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 60 - color contains mainly: red. Hex color #3C150D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C150D is #C3EAF2. Grayscale: #1F1F1F. Windows color (decimal): -12839667 or 857404. OLE color: 857404.

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

Color convert

RGB 60 21 13 -
CMYK 0 0.65 0.78 0.76
HSL 10.21º 0.64% 0.14% -
HSV(B) 10.21º 0.78% 0.24% -
XYZ 2.2 1.53 0.56 -
YUV 31.75 117.42 148.15 -
System Red Green Blue C M Y K H S L
Decimal 60 21 13 0 0.65 0.78 0.76 10.21 0.64 0.14
Hex 3C 15 D 0 41 4E 4C A 40 E
Octal 74 25 15 0 101 116 114 12 100 16
Binary 111100 10101 1101 0 1000001 1001110 1001100 1010 1000000 1110

Color Harmonies of #3C150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C150D

Black with #3C150D

Text Example


Text Example

White with #3C150D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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