Html Css Color HEX #3C501A Bronzetone

📋 copy color: '#3C501A'

red 60 ◦ green 80 ◦ blue 26

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

Shades of Bronzetone #3C501A

Tints of Bronzetone #3C501A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 48.19%

 BLUE value IS 26 (10.55% from 255) = 15.66%

R = 36.14%
G = 48.19%
B = 15.66%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#3C501A (or 0x3C501A) is known color: Bronzetone. HEX triplet: 3C, 50 and 1A. RGB value is (60,80,26). Sum of RGB (Red+Green+Blue) = 60+80+26=166 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.14% from 166); Green value is 80 (31.64% from 255 or 48.19% from 166); Blue value is 26 (10.55% from 255 or 15.66% from 166); Max value from RGB is 80 - color contains mainly: green. Hex color #3C501A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C501A is #C3AFE5. Grayscale: #444444. Windows color (decimal): -12824550 or 1724476. OLE color: 1724476.

HSL color Cylindrical-coordinate representation of color #3C501A: hue angle of 82.22º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C501A is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB 60 80 26 -
CMYK 0.25 0 0.67 0.69
HSL 82.22º 0.51% 0.21% -
HSV(B) 82.22º 0.68% 0.31% -
XYZ 4.92 6.77 2.03 -
YUV 67.86 104.37 122.39 -
System Red Green Blue C M Y K H S L
Decimal 60 80 26 0.25 0 0.67 0.69 82.22 0.51 0.21
Hex 3C 50 1A 19 0 43 45 52 33 15
Octal 74 120 32 31 0 103 105 122 63 25
Binary 111100 1010000 11010 11001 0 1000011 1000101 1010010 110011 10101

Color Harmonies of #3C501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C501A

Black with #3C501A

Text Example


Text Example

White with #3C501A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,80,26); }

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

background-color css

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

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

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

border-color css

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

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

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