Html Css Color HEX #3C150F Seal Brown

📋 copy color: '#3C150F'

red 60 ◦ green 21 ◦ blue 15

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

Shades of Seal Brown #3C150F

Tints of Seal Brown #3C150F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 15.63%

R = 62.5%
G = 21.88%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.76

RGB Variations

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

Color information

#3C150F (or 0x3C150F) is known color: Seal Brown. HEX triplet: 3C, 15 and 0F. RGB value is (60,21,15). Sum of RGB (Red+Green+Blue) = 60+21+15=96 (12% of max value = 765). Red value is 60 (23.83% from 255 or 62.5% from 96); Green value is 21 (8.59% from 255 or 21.88% from 96); Blue value is 15 (6.25% from 255 or 15.62% from 96); Max value from RGB is 60 - color contains mainly: red. Hex color #3C150F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C150F is #C3EAF0. Grayscale: #202020. Windows color (decimal): -12839665 or 988476. OLE color: 988476.

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

Color convert

RGB 60 21 15 -
CMYK 0 0.65 0.75 0.76
HSL 0.6% 0.15% -
HSV(B) 0.75% 0.24% -
XYZ 2.22 1.53 0.63 -
YUV 31.98 118.42 147.99 -
System Red Green Blue C M Y K H S L
Decimal 60 21 15 0 0.65 0.75 0.76 8 0.6 0.15
Hex 3C 15 F 0 41 4B 4C 8 3C F
Octal 74 25 17 0 101 113 114 10 74 17
Binary 111100 10101 1111 0 1000001 1001011 1001100 1000 111100 1111

Color Harmonies of #3C150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C150F

Black with #3C150F

Text Example


Text Example

White with #3C150F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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