Html Css Color HEX #3B521A Bronzetone

📋 copy color: '#3B521A'

red 59 ◦ green 82 ◦ blue 26

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

Shades of Bronzetone #3B521A

Tints of Bronzetone #3B521A

RGB

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

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

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

R = 35.33%
G = 49.1%
B = 15.57%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#3B521A (or 0x3B521A) is known color: Bronzetone. HEX triplet: 3B, 52 and 1A. RGB value is (59,82,26). Sum of RGB (Red+Green+Blue) = 59+82+26=167 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.33% from 167); Green value is 82 (32.42% from 255 or 49.10% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 82 - color contains mainly: green. Hex color #3B521A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B521A is #C4ADE5. Grayscale: #444444. Windows color (decimal): -12889574 or 1724987. OLE color: 1724987.

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

Color convert

RGB 59 82 26 -
CMYK 0.28 0 0.68 0.68
HSL 84.64º 0.52% 0.21% -
HSV(B) 84.64º 0.68% 0.32% -
XYZ 5.01 7.04 2.07 -
YUV 68.74 103.88 121.05 -
System Red Green Blue C M Y K H S L
Decimal 59 82 26 0.28 0 0.68 0.68 84.64 0.52 0.21
Hex 3B 52 1A 1C 0 44 44 55 34 15
Octal 73 122 32 34 0 104 104 125 64 25
Binary 111011 1010010 11010 11100 0 1000100 1000100 1010101 110100 10101

Color Harmonies of #3B521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B521A

Black with #3B521A

Text Example


Text Example

White with #3B521A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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