Html Css Color HEX #3A531A Bronzetone

📋 copy color: '#3A531A'

red 58 ◦ green 83 ◦ blue 26

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

Shades of Bronzetone #3A531A

Tints of Bronzetone #3A531A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.57%

R = 34.73%
G = 49.7%
B = 15.57%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#3A531A (or 0x3A531A) is known color: Bronzetone. HEX triplet: 3A, 53 and 1A. RGB value is (58,83,26). Sum of RGB (Red+Green+Blue) = 58+83+26=167 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.73% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #3A531A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A531A is #C5ACE5. Grayscale: #454545. Windows color (decimal): -12954854 or 1725242. OLE color: 1725242.

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

Color convert

RGB 58 83 26 -
CMYK 0.30 0 0.69 0.67
HSL 86.32º 0.52% 0.21% -
HSV(B) 86.32º 0.69% 0.33% -
XYZ 5.02 7.16 2.09 -
YUV 69.03 103.72 120.13 -
System Red Green Blue C M Y K H S L
Decimal 58 83 26 0.30 0 0.69 0.67 86.32 0.52 0.21
Hex 3A 53 1A 1E 0 45 43 56 34 15
Octal 72 123 32 36 0 105 103 126 64 25
Binary 111010 1010011 11010 11110 0 1000101 1000011 1010110 110100 10101

Color Harmonies of #3A531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A531A

Black with #3A531A

Text Example


Text Example

White with #3A531A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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