Html Css Color HEX #3B541B Bronzetone

📋 copy color: '#3B541B'

red 59 ◦ green 84 ◦ blue 27

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

Shades of Bronzetone #3B541B

Tints of Bronzetone #3B541B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 49.41%

 BLUE value IS 27 (10.94% from 255) = 15.88%

R = 34.71%
G = 49.41%
B = 15.88%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#3B541B (or 0x3B541B) is known color: Bronzetone. HEX triplet: 3B, 54 and 1B. RGB value is (59,84,27). Sum of RGB (Red+Green+Blue) = 59+84+27=170 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.71% from 170); Green value is 84 (33.20% from 255 or 49.41% from 170); Blue value is 27 (10.94% from 255 or 15.88% from 170); Max value from RGB is 84 - color contains mainly: green. Hex color #3B541B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B541B is #C4ABE4. Grayscale: #464646. Windows color (decimal): -12889061 or 1791035. OLE color: 1791035.

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

Color convert

RGB 59 84 27 -
CMYK 0.30 0 0.68 0.67
HSL 86.32º 0.51% 0.22% -
HSV(B) 86.32º 0.68% 0.33% -
XYZ 5.17 7.35 2.18 -
YUV 70.03 103.72 120.13 -
System Red Green Blue C M Y K H S L
Decimal 59 84 27 0.30 0 0.68 0.67 86.32 0.51 0.22
Hex 3B 54 1B 1E 0 44 43 56 33 16
Octal 73 124 33 36 0 104 103 126 63 26
Binary 111011 1010100 11011 11110 0 1000100 1000011 1010110 110011 10110

Color Harmonies of #3B541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B541B

Black with #3B541B

Text Example


Text Example

White with #3B541B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,84,27); }

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

background-color css

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

 a { background-color: rgb(59,84,27); }

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

border-color css

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

 span { border-color: rgb(59,84,27); }

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