Html Css Color HEX #3D4623 Bronzetone

📋 copy color: '#3D4623'

red 61 ◦ green 70 ◦ blue 35

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

Shades of Bronzetone #3D4623

Tints of Bronzetone #3D4623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 21.08%

R = 36.75%
G = 42.17%
B = 21.08%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.5

 K value IS 0.73

RGB Variations

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

Color information

#3D4623 (or 0x3D4623) is known color: Bronzetone. HEX triplet: 3D, 46 and 23. RGB value is (61,70,35). Sum of RGB (Red+Green+Blue) = 61+70+35=166 (21% of max value = 765). Red value is 61 (24.22% from 255 or 36.75% from 166); Green value is 70 (27.73% from 255 or 42.17% from 166); Blue value is 35 (14.06% from 255 or 21.08% from 166); Max value from RGB is 70 - color contains mainly: green. Hex color #3D4623 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4623 is #C2B9DC. Grayscale: #3F3F3F. Windows color (decimal): -12761565 or 2311741. OLE color: 2311741.

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

Color convert

RGB 61 70 35 -
CMYK 0.13 0 0.5 0.73
HSL 75.43º 0.33% 0.21% -
HSV(B) 75.43º 0.5% 0.27% -
XYZ 4.42 5.49 2.42 -
YUV 63.32 112.02 126.35 -
System Red Green Blue C M Y K H S L
Decimal 61 70 35 0.13 0 0.5 0.73 75.43 0.33 0.21
Hex 3D 46 23 D 0 32 49 4B 21 15
Octal 75 106 43 15 0 62 111 113 41 25
Binary 111101 1000110 100011 1101 0 110010 1001001 1001011 100001 10101

Color Harmonies of #3D4623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4623

Black with #3D4623

Text Example


Text Example

White with #3D4623

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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