Html Css Color HEX #3C531C Bronzetone

📋 copy color: '#3C531C'

red 60 ◦ green 83 ◦ blue 28

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

Shades of Bronzetone #3C531C

Tints of Bronzetone #3C531C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 48.54%

 BLUE value IS 28 (11.33% from 255) = 16.37%

R = 35.09%
G = 48.54%
B = 16.37%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#3C531C (or 0x3C531C) is known color: Bronzetone. HEX triplet: 3C, 53 and 1C. RGB value is (60,83,28). Sum of RGB (Red+Green+Blue) = 60+83+28=171 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.09% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 28 (11.33% from 255 or 16.37% from 171); Max value from RGB is 83 - color contains mainly: green. Hex color #3C531C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C531C is #C3ACE3. Grayscale: #464646. Windows color (decimal): -12823780 or 1856316. OLE color: 1856316.

HSL color Cylindrical-coordinate representation of color #3C531C: hue angle of 85.09º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C531C is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB 60 83 28 -
CMYK 0.28 0 0.66 0.67
HSL 85.09º 0.5% 0.22% -
HSV(B) 85.09º 0.66% 0.33% -
XYZ 5.17 7.23 2.22 -
YUV 69.85 104.38 120.97 -
System Red Green Blue C M Y K H S L
Decimal 60 83 28 0.28 0 0.66 0.67 85.09 0.5 0.22
Hex 3C 53 1C 1C 0 42 43 55 32 16
Octal 74 123 34 34 0 102 103 125 62 26
Binary 111100 1010011 11100 11100 0 1000010 1000011 1010101 110010 10110

Color Harmonies of #3C531C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C531C

Black with #3C531C

Text Example


Text Example

White with #3C531C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,83,28); }

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

background-color css

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

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

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

border-color css

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

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

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