Html Css Color HEX #3A5219 Bronzetone

📋 copy color: '#3A5219'

red 58 ◦ green 82 ◦ blue 25

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

Shades of Bronzetone #3A5219

Tints of Bronzetone #3A5219

RGB

 RED value IS 58 (23.05% from 255) = 35.15%

 GREEN value IS 82 (32.42% from 255) = 49.7%

 BLUE value IS 25 (10.16% from 255) = 15.15%

R = 35.15%
G = 49.7%
B = 15.15%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#3A5219 (or 0x3A5219) is known color: Bronzetone. HEX triplet: 3A, 52 and 19. RGB value is (58,82,25). Sum of RGB (Red+Green+Blue) = 58+82+25=165 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.15% from 165); Green value is 82 (32.42% from 255 or 49.70% from 165); Blue value is 25 (10.16% from 255 or 15.15% from 165); Max value from RGB is 82 - color contains mainly: green. Hex color #3A5219 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5219 is #C5ADE6. Grayscale: #444444. Windows color (decimal): -12955111 or 1659450. OLE color: 1659450.

HSL color Cylindrical-coordinate representation of color #3A5219: hue angle of 85.26º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A5219 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB 58 82 25 -
CMYK 0.29 0 0.70 0.68
HSL 85.26º 0.53% 0.21% -
HSV(B) 85.26º 0.7% 0.32% -
XYZ 4.94 7 2.01 -
YUV 68.33 103.55 120.63 -
System Red Green Blue C M Y K H S L
Decimal 58 82 25 0.29 0 0.70 0.68 85.26 0.53 0.21
Hex 3A 52 19 1D 0 46 44 55 35 15
Octal 72 122 31 35 0 106 104 125 65 25
Binary 111010 1010010 11001 11101 0 1000110 1000100 1010101 110101 10101

Color Harmonies of #3A5219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5219

Black with #3A5219

Text Example


Text Example

White with #3A5219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,82,25); }

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

background-color css

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

 a { background-color: rgb(58,82,25); }

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

border-color css

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

 span { border-color: rgb(58,82,25); }

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