Html Css Color HEX #3D521F Bronzetone

📋 copy color: '#3D521F'

red 61 ◦ green 82 ◦ blue 31

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

Shades of Bronzetone #3D521F

Tints of Bronzetone #3D521F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 47.13%

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

R = 35.06%
G = 47.13%
B = 17.82%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#3D521F (or 0x3D521F) is known color: Bronzetone. HEX triplet: 3D, 52 and 1F. RGB value is (61,82,31). Sum of RGB (Red+Green+Blue) = 61+82+31=174 (23% of max value = 765). Red value is 61 (24.22% from 255 or 35.06% from 174); Green value is 82 (32.42% from 255 or 47.13% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 82 - color contains mainly: green. Hex color #3D521F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D521F is #C2ADE0. Grayscale: #464646. Windows color (decimal): -12758497 or 2052669. OLE color: 2052669.

HSL color Cylindrical-coordinate representation of color #3D521F: hue angle of 84.71º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D521F is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB 61 82 31 -
CMYK 0.26 0 0.62 0.68
HSL 84.71º 0.45% 0.22% -
HSV(B) 84.71º 0.62% 0.32% -
XYZ 5.19 7.13 2.4 -
YUV 69.91 106.04 121.65 -
System Red Green Blue C M Y K H S L
Decimal 61 82 31 0.26 0 0.62 0.68 84.71 0.45 0.22
Hex 3D 52 1F 1A 0 3E 44 55 2D 16
Octal 75 122 37 32 0 76 104 125 55 26
Binary 111101 1010010 11111 11010 0 111110 1000100 1010101 101101 10110

Color Harmonies of #3D521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D521F

Black with #3D521F

Text Example


Text Example

White with #3D521F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,82,31); }

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

background-color css

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

 a { background-color: rgb(61,82,31); }

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

border-color css

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

 span { border-color: rgb(61,82,31); }

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