Html Css Color HEX #3C1818 Seal Brown

📋 copy color: '#3C1818'

red 60 ◦ green 24 ◦ blue 24

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

Shades of Seal Brown #3C1818

Tints of Seal Brown #3C1818

RGB

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

 GREEN value IS 24 (9.77% from 255) = 22.22%

 BLUE value IS 24 (9.77% from 255) = 22.22%

R = 55.56%
G = 22.22%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.76

RGB Variations

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

Color information

#3C1818 (or 0x3C1818) is known color: Seal Brown. HEX triplet: 3C, 18 and 18. RGB value is (60,24,24). Sum of RGB (Red+Green+Blue) = 60+24+24=108 (14% of max value = 765). Red value is 60 (23.83% from 255 or 55.56% from 108); Green value is 24 (9.77% from 255 or 22.22% from 108); Blue value is 24 (9.77% from 255 or 22.22% from 108); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1818 is #C3E7E7. Grayscale: #222222. Windows color (decimal): -12838888 or 1579068. OLE color: 1579068.

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

Color convert

RGB 60 24 24 -
CMYK 0 0.60 0.60 0.76
HSL 0.43% 0.16% -
HSV(B) 0.6% 0.24% -
XYZ 2.35 1.68 1.06 -
YUV 34.76 121.93 146 -
System Red Green Blue C M Y K H S L
Decimal 60 24 24 0 0.60 0.60 0.76 0 0.43 0.16
Hex 3C 18 18 0 3C 3C 4C 0 2B 10
Octal 74 30 30 0 74 74 114 0 53 20
Binary 111100 11000 11000 0 111100 111100 1001100 0 101011 10000

Color Harmonies of #3C1818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1818

Black with #3C1818

Text Example


Text Example

White with #3C1818

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,24,24); }

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

background-color css

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

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

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

border-color css

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

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

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