Html Css Color HEX #3D4820 Bronzetone

📋 copy color: '#3D4820'

red 61 ◦ green 72 ◦ blue 32

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

Shades of Bronzetone #3D4820

Tints of Bronzetone #3D4820

RGB

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

 GREEN value IS 72 (28.52% from 255) = 43.64%

 BLUE value IS 32 (12.89% from 255) = 19.39%

R = 36.97%
G = 43.64%
B = 19.39%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#3D4820 (or 0x3D4820) is known color: Bronzetone. HEX triplet: 3D, 48 and 20. RGB value is (61,72,32). Sum of RGB (Red+Green+Blue) = 61+72+32=165 (21% of max value = 765). Red value is 61 (24.22% from 255 or 36.97% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 72 - color contains mainly: green. Hex color #3D4820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4820 is #C2B7DF. Grayscale: #404040. Windows color (decimal): -12761056 or 2115645. OLE color: 2115645.

HSL color Cylindrical-coordinate representation of color #3D4820: hue angle of 76.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D4820 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 61 72 32 -
CMYK 0.15 0 0.56 0.72
HSL 76.5º 0.38% 0.2% -
HSV(B) 76.5º 0.56% 0.28% -
XYZ 4.5 5.73 2.24 -
YUV 64.15 109.86 125.75 -
System Red Green Blue C M Y K H S L
Decimal 61 72 32 0.15 0 0.56 0.72 76.5 0.38 0.2
Hex 3D 48 20 F 0 38 48 4C 26 14
Octal 75 110 40 17 0 70 110 114 46 24
Binary 111101 1001000 100000 1111 0 111000 1001000 1001100 100110 10100

Color Harmonies of #3D4820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4820

Black with #3D4820

Text Example


Text Example

White with #3D4820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,72,32); }

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

background-color css

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

 a { background-color: rgb(61,72,32); }

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

border-color css

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

 span { border-color: rgb(61,72,32); }

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