Html Css Color HEX #3A5319 Bronzetone

📋 copy color: '#3A5319'

red 58 ◦ green 83 ◦ blue 25

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

Shades of Bronzetone #3A5319

Tints of Bronzetone #3A5319

RGB

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

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

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

R = 34.94%
G = 50%
B = 15.06%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#3A5319 (or 0x3A5319) is known color: Bronzetone. HEX triplet: 3A, 53 and 19. RGB value is (58,83,25). Sum of RGB (Red+Green+Blue) = 58+83+25=166 (21% of max value = 765). Red value is 58 (23.05% from 255 or 34.94% from 166); Green value is 83 (32.81% from 255 or 50% from 166); Blue value is 25 (10.16% from 255 or 15.06% from 166); Max value from RGB is 83 - color contains mainly: green. Hex color #3A5319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5319 is #C5ACE6. Grayscale: #454545. Windows color (decimal): -12954855 or 1659706. OLE color: 1659706.

HSL color Cylindrical-coordinate representation of color #3A5319: hue angle of 85.86º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A5319 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB 58 83 25 -
CMYK 0.30 0 0.70 0.67
HSL 85.86º 0.54% 0.21% -
HSV(B) 85.86º 0.7% 0.33% -
XYZ 5.01 7.16 2.04 -
YUV 68.91 103.22 120.22 -
System Red Green Blue C M Y K H S L
Decimal 58 83 25 0.30 0 0.70 0.67 85.86 0.54 0.21
Hex 3A 53 19 1E 0 46 43 56 36 15
Octal 72 123 31 36 0 106 103 126 66 25
Binary 111010 1010011 11001 11110 0 1000110 1000011 1010110 110110 10101

Color Harmonies of #3A5319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5319

Black with #3A5319

Text Example


Text Example

White with #3A5319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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