Html Css Color HEX #3B4524 Bronzetone

📋 copy color: '#3B4524'

red 59 ◦ green 69 ◦ blue 36

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

Shades of Bronzetone #3B4524

Tints of Bronzetone #3B4524

RGB

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

 GREEN value IS 69 (27.34% from 255) = 42.07%

 BLUE value IS 36 (14.45% from 255) = 21.95%

R = 35.98%
G = 42.07%
B = 21.95%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.73

RGB Variations

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

Color information

#3B4524 (or 0x3B4524) is known color: Bronzetone. HEX triplet: 3B, 45 and 24. RGB value is (59,69,36). Sum of RGB (Red+Green+Blue) = 59+69+36=164 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.98% from 164); Green value is 69 (27.34% from 255 or 42.07% from 164); Blue value is 36 (14.45% from 255 or 21.95% from 164); Max value from RGB is 69 - color contains mainly: green. Hex color #3B4524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4524 is #C4BADB. Grayscale: #3E3E3E. Windows color (decimal): -12892892 or 2377019. OLE color: 2377019.

HSL color Cylindrical-coordinate representation of color #3B4524: hue angle of 78.18º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3B4524 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.73.

Color convert

RGB 59 69 36 -
CMYK 0.14 0 0.48 0.73
HSL 78.18º 0.31% 0.21% -
HSV(B) 78.18º 0.48% 0.27% -
XYZ 4.25 5.31 2.47 -
YUV 62.25 113.19 125.68 -
System Red Green Blue C M Y K H S L
Decimal 59 69 36 0.14 0 0.48 0.73 78.18 0.31 0.21
Hex 3B 45 24 E 0 30 49 4E 1F 15
Octal 73 105 44 16 0 60 111 116 37 25
Binary 111011 1000101 100100 1110 0 110000 1001001 1001110 11111 10101

Color Harmonies of #3B4524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4524

Black with #3B4524

Text Example


Text Example

White with #3B4524

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,69,36); }

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

background-color css

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

 a { background-color: rgb(59,69,36); }

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

border-color css

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

 span { border-color: rgb(59,69,36); }

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