Html Css Color HEX #3B4D1B Bronzetone

📋 copy color: '#3B4D1B'

red 59 ◦ green 77 ◦ blue 27

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

Shades of Bronzetone #3B4D1B

Tints of Bronzetone #3B4D1B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 47.24%

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

R = 36.2%
G = 47.24%
B = 16.56%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.65

 K value IS 0.70

RGB Variations

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

Color information

#3B4D1B (or 0x3B4D1B) is known color: Bronzetone. HEX triplet: 3B, 4D and 1B. RGB value is (59,77,27). Sum of RGB (Red+Green+Blue) = 59+77+27=163 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.20% from 163); Green value is 77 (30.47% from 255 or 47.24% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 77 - color contains mainly: green. Hex color #3B4D1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B4D1B is #C4B2E4. Grayscale: #424242. Windows color (decimal): -12890853 or 1789243. OLE color: 1789243.

HSL color Cylindrical-coordinate representation of color #3B4D1B: hue angle of 81.6º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3B4D1B is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.70.

Color convert

RGB 59 77 27 -
CMYK 0.23 0 0.65 0.70
HSL 81.6º 0.48% 0.2% -
HSV(B) 81.6º 0.65% 0.3% -
XYZ 4.66 6.32 2.01 -
YUV 65.92 106.04 123.07 -
System Red Green Blue C M Y K H S L
Decimal 59 77 27 0.23 0 0.65 0.70 81.6 0.48 0.2
Hex 3B 4D 1B 17 0 41 46 52 30 14
Octal 73 115 33 27 0 101 106 122 60 24
Binary 111011 1001101 11011 10111 0 1000001 1000110 1010010 110000 10100

Color Harmonies of #3B4D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4D1B

Black with #3B4D1B

Text Example


Text Example

White with #3B4D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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