Html Css Color HEX #3C491F Bronzetone

📋 copy color: '#3C491F'

red 60 ◦ green 73 ◦ blue 31

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

Shades of Bronzetone #3C491F

Tints of Bronzetone #3C491F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 44.51%

 BLUE value IS 31 (12.5% from 255) = 18.9%

R = 36.59%
G = 44.51%
B = 18.9%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.58

 K value IS 0.71

RGB Variations

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

Color information

#3C491F (or 0x3C491F) is known color: Bronzetone. HEX triplet: 3C, 49 and 1F. RGB value is (60,73,31). Sum of RGB (Red+Green+Blue) = 60+73+31=164 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.59% from 164); Green value is 73 (28.91% from 255 or 44.51% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 73 - color contains mainly: green. Hex color #3C491F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C491F is #C3B6E0. Grayscale: #404040. Windows color (decimal): -12826337 or 2050364. OLE color: 2050364.

HSL color Cylindrical-coordinate representation of color #3C491F: hue angle of 78.57º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C491F is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.71.

Color convert

RGB 60 73 31 -
CMYK 0.18 0 0.58 0.71
HSL 78.57º 0.4% 0.2% -
HSV(B) 78.57º 0.58% 0.29% -
XYZ 4.49 5.82 2.18 -
YUV 64.33 109.19 124.92 -
System Red Green Blue C M Y K H S L
Decimal 60 73 31 0.18 0 0.58 0.71 78.57 0.4 0.2
Hex 3C 49 1F 12 0 3A 47 4F 28 14
Octal 74 111 37 22 0 72 107 117 50 24
Binary 111100 1001001 11111 10010 0 111010 1000111 1001111 101000 10100

Color Harmonies of #3C491F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C491F

Black with #3C491F

Text Example


Text Example

White with #3C491F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,73,31); }

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

background-color css

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

 a { background-color: rgb(60,73,31); }

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

border-color css

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

 span { border-color: rgb(60,73,31); }

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