Html Css Color HEX #3C2323 Livid Brown

📋 copy color: '#3C2323'

red 60 ◦ green 35 ◦ blue 35

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

Shades of Livid Brown #3C2323

Tints of Livid Brown #3C2323

RGB

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

 GREEN value IS 35 (14.06% from 255) = 26.92%

 BLUE value IS 35 (14.06% from 255) = 26.92%

R = 46.15%
G = 26.92%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.76

RGB Variations

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

Color information

#3C2323 (or 0x3C2323) is known color: Livid Brown. HEX triplet: 3C, 23 and 23. RGB value is (60,35,35). Sum of RGB (Red+Green+Blue) = 60+35+35=130 (17% of max value = 765). Red value is 60 (23.83% from 255 or 46.15% from 130); Green value is 35 (14.06% from 255 or 26.92% from 130); Blue value is 35 (14.06% from 255 or 26.92% from 130); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2323 is #C3DCDC. Grayscale: #2A2A2A. Windows color (decimal): -12836061 or 2302780. OLE color: 2302780.

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

Color convert

RGB 60 35 35 -
CMYK 0 0.42 0.42 0.76
HSL 0.26% 0.19% -
HSV(B) 0.42% 0.24% -
XYZ 2.77 2.28 1.89 -
YUV 42.48 123.78 140.5 -
System Red Green Blue C M Y K H S L
Decimal 60 35 35 0 0.42 0.42 0.76 0 0.26 0.19
Hex 3C 23 23 0 2A 2A 4C 0 1A 13
Octal 74 43 43 0 52 52 114 0 32 23
Binary 111100 100011 100011 0 101010 101010 1001100 0 11010 10011

Color Harmonies of #3C2323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2323

Black with #3C2323

Text Example


Text Example

White with #3C2323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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