Html Css Color HEX #3D521D Bronzetone

📋 copy color: '#3D521D'

red 61 ◦ green 82 ◦ blue 29

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

Shades of Bronzetone #3D521D

Tints of Bronzetone #3D521D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.86%

R = 35.47%
G = 47.67%
B = 16.86%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#3D521D (or 0x3D521D) is known color: Bronzetone. HEX triplet: 3D, 52 and 1D. RGB value is (61,82,29). Sum of RGB (Red+Green+Blue) = 61+82+29=172 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.47% from 172); Green value is 82 (32.42% from 255 or 47.67% from 172); Blue value is 29 (11.72% from 255 or 16.86% from 172); Max value from RGB is 82 - color contains mainly: green. Hex color #3D521D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D521D is #C2ADE2. Grayscale: #454545. Windows color (decimal): -12758499 or 1921597. OLE color: 1921597.

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

Color convert

RGB 61 82 29 -
CMYK 0.26 0 0.65 0.68
HSL 83.77º 0.48% 0.22% -
HSV(B) 83.77º 0.65% 0.32% -
XYZ 5.16 7.12 2.26 -
YUV 69.68 105.04 121.81 -
System Red Green Blue C M Y K H S L
Decimal 61 82 29 0.26 0 0.65 0.68 83.77 0.48 0.22
Hex 3D 52 1D 1A 0 41 44 54 30 16
Octal 75 122 35 32 0 101 104 124 60 26
Binary 111101 1010010 11101 11010 0 1000001 1000100 1010100 110000 10110

Color Harmonies of #3D521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D521D

Black with #3D521D

Text Example


Text Example

White with #3D521D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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