Html Css Color HEX #3C3935 Acadia

📋 copy color: '#3C3935'

red 60 ◦ green 57 ◦ blue 53

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

Shades of Acadia #3C3935

Tints of Acadia #3C3935

RGB

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

 GREEN value IS 57 (22.66% from 255) = 33.53%

 BLUE value IS 53 (21.09% from 255) = 31.18%

R = 35.29%
G = 33.53%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.76

RGB Variations

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

Color information

#3C3935 (or 0x3C3935) is known color: Acadia. HEX triplet: 3C, 39 and 35. RGB value is (60,57,53). Sum of RGB (Red+Green+Blue) = 60+57+53=170 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.29% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 53 (21.09% from 255 or 31.18% from 170); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3935 is #C3C6CA. Grayscale: #393939. Windows color (decimal): -12830411 or 3488060. OLE color: 3488060.

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

Color convert

RGB 60 57 53 -
CMYK 0 0.05 0.12 0.76
HSL 34.29º 0.06% 0.22% -
HSV(B) 34.29º 0.12% 0.24% -
XYZ 3.97 4.14 3.96 -
YUV 57.44 125.49 129.83 -
System Red Green Blue C M Y K H S L
Decimal 60 57 53 0 0.05 0.12 0.76 34.29 0.06 0.22
Hex 3C 39 35 0 5 C 4C 22 6 16
Octal 74 71 65 0 5 14 114 42 6 26
Binary 111100 111001 110101 0 101 1100 1001100 100010 110 10110

Color Harmonies of #3C3935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3935

Black with #3C3935

Text Example


Text Example

White with #3C3935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,57,53); }

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

background-color css

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

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

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

border-color css

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

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

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