Html Css Color HEX #3D4625 Bronzetone

📋 copy color: '#3D4625'

red 61 ◦ green 70 ◦ blue 37

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

Shades of Bronzetone #3D4625

Tints of Bronzetone #3D4625

RGB

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

 GREEN value IS 70 (27.73% from 255) = 41.67%

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

R = 36.31%
G = 41.67%
B = 22.02%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#3D4625 (or 0x3D4625) is known color: Bronzetone. HEX triplet: 3D, 46 and 25. RGB value is (61,70,37). Sum of RGB (Red+Green+Blue) = 61+70+37=168 (22% of max value = 765). Red value is 61 (24.22% from 255 or 36.31% from 168); Green value is 70 (27.73% from 255 or 41.67% from 168); Blue value is 37 (14.84% from 255 or 22.02% from 168); Max value from RGB is 70 - color contains mainly: green. Hex color #3D4625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4625 is #C2B9DA. Grayscale: #3F3F3F. Windows color (decimal): -12761563 or 2442813. OLE color: 2442813.

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

Color convert

RGB 61 70 37 -
CMYK 0.13 0 0.47 0.73
HSL 76.36º 0.31% 0.21% -
HSV(B) 76.36º 0.47% 0.27% -
XYZ 4.45 5.51 2.58 -
YUV 63.55 113.02 126.18 -
System Red Green Blue C M Y K H S L
Decimal 61 70 37 0.13 0 0.47 0.73 76.36 0.31 0.21
Hex 3D 46 25 D 0 2F 49 4C 1F 15
Octal 75 106 45 15 0 57 111 114 37 25
Binary 111101 1000110 100101 1101 0 101111 1001001 1001100 11111 10101

Color Harmonies of #3D4625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4625

Black with #3D4625

Text Example


Text Example

White with #3D4625

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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