Html Css Color HEX #3D4524 Bronzetone

📋 copy color: '#3D4524'

red 61 ◦ green 69 ◦ blue 36

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

Shades of Bronzetone #3D4524

Tints of Bronzetone #3D4524

RGB

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

 GREEN value IS 69 (27.34% from 255) = 41.57%

 BLUE value IS 36 (14.45% from 255) = 21.69%

R = 36.75%
G = 41.57%
B = 21.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.73

RGB Variations

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

Color information

#3D4524 (or 0x3D4524) is known color: Bronzetone. HEX triplet: 3D, 45 and 24. RGB value is (61,69,36). Sum of RGB (Red+Green+Blue) = 61+69+36=166 (21% of max value = 765). Red value is 61 (24.22% from 255 or 36.75% from 166); Green value is 69 (27.34% from 255 or 41.57% from 166); Blue value is 36 (14.45% from 255 or 21.69% from 166); Max value from RGB is 69 - color contains mainly: green. Hex color #3D4524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4524 is #C2BADB. Grayscale: #3E3E3E. Windows color (decimal): -12761820 or 2377021. OLE color: 2377021.

HSL color Cylindrical-coordinate representation of color #3D4524: hue angle of 74.55º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D4524 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.73.

Color convert

RGB 61 69 36 -
CMYK 0.12 0 0.48 0.73
HSL 74.55º 0.31% 0.21% -
HSV(B) 74.55º 0.48% 0.27% -
XYZ 4.37 5.38 2.48 -
YUV 62.85 112.85 126.68 -
System Red Green Blue C M Y K H S L
Decimal 61 69 36 0.12 0 0.48 0.73 74.55 0.31 0.21
Hex 3D 45 24 C 0 30 49 4B 1F 15
Octal 75 105 44 14 0 60 111 113 37 25
Binary 111101 1000101 100100 1100 0 110000 1001001 1001011 11111 10101

Color Harmonies of #3D4524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4524

Black with #3D4524

Text Example


Text Example

White with #3D4524

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,69,36); }

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

background-color css

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

 a { background-color: rgb(61,69,36); }

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

border-color css

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

 span { border-color: rgb(61,69,36); }

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