Html Css Color HEX #3D521C Bronzetone

📋 copy color: '#3D521C'

red 61 ◦ green 82 ◦ blue 28

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

Shades of Bronzetone #3D521C

Tints of Bronzetone #3D521C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.37%

R = 35.67%
G = 47.95%
B = 16.37%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.66

 K value IS 0.68

RGB Variations

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

Color information

#3D521C (or 0x3D521C) is known color: Bronzetone. HEX triplet: 3D, 52 and 1C. RGB value is (61,82,28). Sum of RGB (Red+Green+Blue) = 61+82+28=171 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.67% from 171); Green value is 82 (32.42% from 255 or 47.95% from 171); Blue value is 28 (11.33% from 255 or 16.37% from 171); Max value from RGB is 82 - color contains mainly: green. Hex color #3D521C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D521C is #C2ADE3. Grayscale: #454545. Windows color (decimal): -12758500 or 1856061. OLE color: 1856061.

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

Color convert

RGB 61 82 28 -
CMYK 0.26 0 0.66 0.68
HSL 83.33º 0.49% 0.22% -
HSV(B) 83.33º 0.66% 0.32% -
XYZ 5.15 7.11 2.2 -
YUV 69.57 104.54 121.89 -
System Red Green Blue C M Y K H S L
Decimal 61 82 28 0.26 0 0.66 0.68 83.33 0.49 0.22
Hex 3D 52 1C 1A 0 42 44 53 31 16
Octal 75 122 34 32 0 102 104 123 61 26
Binary 111101 1010010 11100 11010 0 1000010 1000100 1010011 110001 10110

Color Harmonies of #3D521C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D521C

Black with #3D521C

Text Example


Text Example

White with #3D521C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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