Html Css Color HEX #3D531E Bronzetone

📋 copy color: '#3D531E'

red 61 ◦ green 83 ◦ blue 30

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

Shades of Bronzetone #3D531E

Tints of Bronzetone #3D531E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 47.7%

 BLUE value IS 30 (12.11% from 255) = 17.24%

R = 35.06%
G = 47.7%
B = 17.24%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#3D531E (or 0x3D531E) is known color: Bronzetone. HEX triplet: 3D, 53 and 1E. RGB value is (61,83,30). Sum of RGB (Red+Green+Blue) = 61+83+30=174 (23% of max value = 765). Red value is 61 (24.22% from 255 or 35.06% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 83 - color contains mainly: green. Hex color #3D531E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D531E is #C2ACE1. Grayscale: #464646. Windows color (decimal): -12758242 or 1987389. OLE color: 1987389.

HSL color Cylindrical-coordinate representation of color #3D531E: hue angle of 84.91º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3D531E is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 61 83 30 -
CMYK 0.27 0 0.64 0.67
HSL 84.91º 0.47% 0.22% -
HSV(B) 84.91º 0.64% 0.33% -
XYZ 5.25 7.27 2.36 -
YUV 70.38 105.21 121.31 -
System Red Green Blue C M Y K H S L
Decimal 61 83 30 0.27 0 0.64 0.67 84.91 0.47 0.22
Hex 3D 53 1E 1B 0 40 43 55 2F 16
Octal 75 123 36 33 0 100 103 125 57 26
Binary 111101 1010011 11110 11011 0 1000000 1000011 1010101 101111 10110

Color Harmonies of #3D531E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D531E

Black with #3D531E

Text Example


Text Example

White with #3D531E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,83,30); }

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

background-color css

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

 a { background-color: rgb(61,83,30); }

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

border-color css

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

 span { border-color: rgb(61,83,30); }

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