Html Css Color HEX #3C501B Bronzetone

📋 copy color: '#3C501B'

red 60 ◦ green 80 ◦ blue 27

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

Shades of Bronzetone #3C501B

Tints of Bronzetone #3C501B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.17%

R = 35.93%
G = 47.9%
B = 16.17%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#3C501B (or 0x3C501B) is known color: Bronzetone. HEX triplet: 3C, 50 and 1B. RGB value is (60,80,27). Sum of RGB (Red+Green+Blue) = 60+80+27=167 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.93% from 167); Green value is 80 (31.64% from 255 or 47.90% from 167); Blue value is 27 (10.94% from 255 or 16.17% from 167); Max value from RGB is 80 - color contains mainly: green. Hex color #3C501B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C501B is #C3AFE4. Grayscale: #444444. Windows color (decimal): -12824549 or 1790012. OLE color: 1790012.

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

Color convert

RGB 60 80 27 -
CMYK 0.25 0 0.66 0.69
HSL 82.64º 0.5% 0.21% -
HSV(B) 82.64º 0.66% 0.31% -
XYZ 4.93 6.78 2.09 -
YUV 67.98 104.87 122.31 -
System Red Green Blue C M Y K H S L
Decimal 60 80 27 0.25 0 0.66 0.69 82.64 0.5 0.21
Hex 3C 50 1B 19 0 42 45 53 32 15
Octal 74 120 33 31 0 102 105 123 62 25
Binary 111100 1010000 11011 11001 0 1000010 1000101 1010011 110010 10101

Color Harmonies of #3C501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C501B

Black with #3C501B

Text Example


Text Example

White with #3C501B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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