Html Css Color HEX #3D491E Bronzetone

📋 copy color: '#3D491E'

red 61 ◦ green 73 ◦ blue 30

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

Shades of Bronzetone #3D491E

Tints of Bronzetone #3D491E

RGB

 RED value IS 61 (24.22% from 255) = 37.2%

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

 BLUE value IS 30 (12.11% from 255) = 18.29%

R = 37.2%
G = 44.51%
B = 18.29%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.59

 K value IS 0.71

RGB Variations

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

Color information

#3D491E (or 0x3D491E) is known color: Bronzetone. HEX triplet: 3D, 49 and 1E. RGB value is (61,73,30). Sum of RGB (Red+Green+Blue) = 61+73+30=164 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.20% from 164); Green value is 73 (28.91% from 255 or 44.51% from 164); Blue value is 30 (12.11% from 255 or 18.29% from 164); Max value from RGB is 73 - color contains mainly: green. Hex color #3D491E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D491E is #C2B6E1. Grayscale: #404040. Windows color (decimal): -12760802 or 1984829. OLE color: 1984829.

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

Color convert

RGB 61 73 30 -
CMYK 0.16 0 0.59 0.71
HSL 76.74º 0.42% 0.2% -
HSV(B) 76.74º 0.59% 0.29% -
XYZ 4.54 5.85 2.12 -
YUV 64.51 108.52 125.5 -
System Red Green Blue C M Y K H S L
Decimal 61 73 30 0.16 0 0.59 0.71 76.74 0.42 0.2
Hex 3D 49 1E 10 0 3B 47 4D 2A 14
Octal 75 111 36 20 0 73 107 115 52 24
Binary 111101 1001001 11110 10000 0 111011 1000111 1001101 101010 10100

Color Harmonies of #3D491E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D491E

Black with #3D491E

Text Example


Text Example

White with #3D491E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,73,30); }

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

background-color css

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

 a { background-color: rgb(61,73,30); }

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

border-color css

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

 span { border-color: rgb(61,73,30); }

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