Html Css Color HEX #3D511C Bronzetone

📋 copy color: '#3D511C'

red 61 ◦ green 81 ◦ blue 28

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

Shades of Bronzetone #3D511C

Tints of Bronzetone #3D511C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.47%

R = 35.88%
G = 47.65%
B = 16.47%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#3D511C (or 0x3D511C) is known color: Bronzetone. HEX triplet: 3D, 51 and 1C. RGB value is (61,81,28). Sum of RGB (Red+Green+Blue) = 61+81+28=170 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.88% from 170); Green value is 81 (32.03% from 255 or 47.65% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 81 - color contains mainly: green. Hex color #3D511C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D511C is #C2AEE3. Grayscale: #454545. Windows color (decimal): -12758756 or 1855805. OLE color: 1855805.

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

Color convert

RGB 61 81 28 -
CMYK 0.25 0 0.65 0.68
HSL 82.64º 0.49% 0.21% -
HSV(B) 82.64º 0.65% 0.32% -
XYZ 5.08 6.96 2.17 -
YUV 68.98 104.87 122.31 -
System Red Green Blue C M Y K H S L
Decimal 61 81 28 0.25 0 0.65 0.68 82.64 0.49 0.21
Hex 3D 51 1C 19 0 41 44 53 31 15
Octal 75 121 34 31 0 101 104 123 61 25
Binary 111101 1010001 11100 11001 0 1000001 1000100 1010011 110001 10101

Color Harmonies of #3D511C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D511C

Black with #3D511C

Text Example


Text Example

White with #3D511C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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