Html Css Color HEX #3D4825 Bronzetone

📋 copy color: '#3D4825'

red 61 ◦ green 72 ◦ blue 37

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

Shades of Bronzetone #3D4825

Tints of Bronzetone #3D4825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 21.76%

R = 35.88%
G = 42.35%
B = 21.76%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#3D4825 (or 0x3D4825) is known color: Bronzetone. HEX triplet: 3D, 48 and 25. RGB value is (61,72,37). Sum of RGB (Red+Green+Blue) = 61+72+37=170 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.88% from 170); Green value is 72 (28.52% from 255 or 42.35% from 170); Blue value is 37 (14.84% from 255 or 21.76% from 170); Max value from RGB is 72 - color contains mainly: green. Hex color #3D4825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4825 is #C2B7DA. Grayscale: #404040. Windows color (decimal): -12761051 or 2443325. OLE color: 2443325.

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

Color convert

RGB 61 72 37 -
CMYK 0.15 0 0.49 0.72
HSL 78.86º 0.32% 0.21% -
HSV(B) 78.86º 0.49% 0.28% -
XYZ 4.58 5.76 2.62 -
YUV 64.72 112.36 125.35 -
System Red Green Blue C M Y K H S L
Decimal 61 72 37 0.15 0 0.49 0.72 78.86 0.32 0.21
Hex 3D 48 25 F 0 31 48 4F 20 15
Octal 75 110 45 17 0 61 110 117 40 25
Binary 111101 1001000 100101 1111 0 110001 1001000 1001111 100000 10101

Color Harmonies of #3D4825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4825

Black with #3D4825

Text Example


Text Example

White with #3D4825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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