Html Css Color HEX #3D4A23 Bronzetone

📋 copy color: '#3D4A23'

red 61 ◦ green 74 ◦ blue 35

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

Shades of Bronzetone #3D4A23

Tints of Bronzetone #3D4A23

RGB

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

 GREEN value IS 74 (29.3% from 255) = 43.53%

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

R = 35.88%
G = 43.53%
B = 20.59%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.53

 K value IS 0.71

RGB Variations

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

Color information

#3D4A23 (or 0x3D4A23) is known color: Bronzetone. HEX triplet: 3D, 4A and 23. RGB value is (61,74,35). Sum of RGB (Red+Green+Blue) = 61+74+35=170 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.88% from 170); Green value is 74 (29.30% from 255 or 43.53% from 170); Blue value is 35 (14.06% from 255 or 20.59% from 170); Max value from RGB is 74 - color contains mainly: green. Hex color #3D4A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4A23 is #C2B5DC. Grayscale: #414141. Windows color (decimal): -12760541 or 2312765. OLE color: 2312765.

HSL color Cylindrical-coordinate representation of color #3D4A23: hue angle of 80º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D4A23 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.71.

Color convert

RGB 61 74 35 -
CMYK 0.18 0 0.53 0.71
HSL 80º 0.36% 0.21% -
HSV(B) 80º 0.53% 0.29% -
XYZ 4.68 6.01 2.5 -
YUV 65.67 110.69 124.67 -
System Red Green Blue C M Y K H S L
Decimal 61 74 35 0.18 0 0.53 0.71 80 0.36 0.21
Hex 3D 4A 23 12 0 35 47 50 24 15
Octal 75 112 43 22 0 65 107 120 44 25
Binary 111101 1001010 100011 10010 0 110101 1000111 1010000 100100 10101

Color Harmonies of #3D4A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4A23

Black with #3D4A23

Text Example


Text Example

White with #3D4A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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