Html Css Color HEX #3C4A1F Bronzetone

📋 copy color: '#3C4A1F'

red 60 ◦ green 74 ◦ blue 31

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

Shades of Bronzetone #3C4A1F

Tints of Bronzetone #3C4A1F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 44.85%

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

R = 36.36%
G = 44.85%
B = 18.79%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.58

 K value IS 0.71

RGB Variations

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

Color information

#3C4A1F (or 0x3C4A1F) is known color: Bronzetone. HEX triplet: 3C, 4A and 1F. RGB value is (60,74,31). Sum of RGB (Red+Green+Blue) = 60+74+31=165 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.36% from 165); Green value is 74 (29.30% from 255 or 44.85% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 74 - color contains mainly: green. Hex color #3C4A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4A1F is #C3B5E0. Grayscale: #414141. Windows color (decimal): -12826081 or 2050620. OLE color: 2050620.

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

Color convert

RGB 60 74 31 -
CMYK 0.19 0 0.58 0.71
HSL 79.53º 0.41% 0.21% -
HSV(B) 79.53º 0.58% 0.29% -
XYZ 4.56 5.96 2.21 -
YUV 64.91 108.86 124.5 -
System Red Green Blue C M Y K H S L
Decimal 60 74 31 0.19 0 0.58 0.71 79.53 0.41 0.21
Hex 3C 4A 1F 13 0 3A 47 50 29 15
Octal 74 112 37 23 0 72 107 120 51 25
Binary 111100 1001010 11111 10011 0 111010 1000111 1010000 101001 10101

Color Harmonies of #3C4A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4A1F

Black with #3C4A1F

Text Example


Text Example

White with #3C4A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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