Html Css Color HEX #3B531A Bronzetone

📋 copy color: '#3B531A'

red 59 ◦ green 83 ◦ blue 26

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

Shades of Bronzetone #3B531A

Tints of Bronzetone #3B531A

RGB

 RED value IS 59 (23.44% from 255) = 35.12%

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

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

R = 35.12%
G = 49.4%
B = 15.48%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#3B531A (or 0x3B531A) is known color: Bronzetone. HEX triplet: 3B, 53 and 1A. RGB value is (59,83,26). Sum of RGB (Red+Green+Blue) = 59+83+26=168 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.12% from 168); Green value is 83 (32.81% from 255 or 49.40% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 83 - color contains mainly: green. Hex color #3B531A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B531A is #C4ACE5. Grayscale: #454545. Windows color (decimal): -12889318 or 1725243. OLE color: 1725243.

HSL color Cylindrical-coordinate representation of color #3B531A: hue angle of 85.26º 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 #3B531A is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 59 83 26 -
CMYK 0.29 0 0.69 0.67
HSL 85.26º 0.52% 0.21% -
HSV(B) 85.26º 0.69% 0.33% -
XYZ 5.08 7.19 2.1 -
YUV 69.33 103.55 120.63 -
System Red Green Blue C M Y K H S L
Decimal 59 83 26 0.29 0 0.69 0.67 85.26 0.52 0.21
Hex 3B 53 1A 1D 0 45 43 55 34 15
Octal 73 123 32 35 0 105 103 125 64 25
Binary 111011 1010011 11010 11101 0 1000101 1000011 1010101 110100 10101

Color Harmonies of #3B531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B531A

Black with #3B531A

Text Example


Text Example

White with #3B531A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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