Html Css Color HEX #3C4524 Bronzetone

📋 copy color: '#3C4524'

red 60 ◦ green 69 ◦ blue 36

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

Shades of Bronzetone #3C4524

Tints of Bronzetone #3C4524

RGB

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

 GREEN value IS 69 (27.34% from 255) = 41.82%

 BLUE value IS 36 (14.45% from 255) = 21.82%

R = 36.36%
G = 41.82%
B = 21.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.48

 K value IS 0.73

RGB Variations

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

Color information

#3C4524 (or 0x3C4524) is known color: Bronzetone. HEX triplet: 3C, 45 and 24. RGB value is (60,69,36). Sum of RGB (Red+Green+Blue) = 60+69+36=165 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.36% from 165); Green value is 69 (27.34% from 255 or 41.82% from 165); Blue value is 36 (14.45% from 255 or 21.82% from 165); Max value from RGB is 69 - color contains mainly: green. Hex color #3C4524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4524 is #C3BADB. Grayscale: #3E3E3E. Windows color (decimal): -12827356 or 2377020. OLE color: 2377020.

HSL color Cylindrical-coordinate representation of color #3C4524: hue angle of 76.36º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C4524 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.73.

Color convert

RGB 60 69 36 -
CMYK 0.13 0 0.48 0.73
HSL 76.36º 0.31% 0.21% -
HSV(B) 76.36º 0.48% 0.27% -
XYZ 4.31 5.34 2.47 -
YUV 62.55 113.02 126.18 -
System Red Green Blue C M Y K H S L
Decimal 60 69 36 0.13 0 0.48 0.73 76.36 0.31 0.21
Hex 3C 45 24 D 0 30 49 4C 1F 15
Octal 74 105 44 15 0 60 111 114 37 25
Binary 111100 1000101 100100 1101 0 110000 1001001 1001100 11111 10101

Color Harmonies of #3C4524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4524

Black with #3C4524

Text Example


Text Example

White with #3C4524

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,69,36); }

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

background-color css

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

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

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

border-color css

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

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

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