Html Css Color HEX #3D511E Bronzetone

📋 copy color: '#3D511E'

red 61 ◦ green 81 ◦ blue 30

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

Shades of Bronzetone #3D511E

Tints of Bronzetone #3D511E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 47.09%

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

R = 35.47%
G = 47.09%
B = 17.44%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#3D511E (or 0x3D511E) is known color: Bronzetone. HEX triplet: 3D, 51 and 1E. RGB value is (61,81,30). Sum of RGB (Red+Green+Blue) = 61+81+30=172 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.47% from 172); Green value is 81 (32.03% from 255 or 47.09% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 81 - color contains mainly: green. Hex color #3D511E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D511E is #C2AEE1. Grayscale: #454545. Windows color (decimal): -12758754 or 1986877. OLE color: 1986877.

HSL color Cylindrical-coordinate representation of color #3D511E: hue angle of 83.53º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3D511E is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB 61 81 30 -
CMYK 0.25 0 0.63 0.68
HSL 83.53º 0.46% 0.22% -
HSV(B) 83.53º 0.63% 0.32% -
XYZ 5.1 6.97 2.3 -
YUV 69.21 105.87 122.15 -
System Red Green Blue C M Y K H S L
Decimal 61 81 30 0.25 0 0.63 0.68 83.53 0.46 0.22
Hex 3D 51 1E 19 0 3F 44 54 2E 16
Octal 75 121 36 31 0 77 104 124 56 26
Binary 111101 1010001 11110 11001 0 111111 1000100 1010100 101110 10110

Color Harmonies of #3D511E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D511E

Black with #3D511E

Text Example


Text Example

White with #3D511E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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