Html Css Color HEX #4B542C Bronzetone

📋 copy color: '#4B542C'

red 75 ◦ green 84 ◦ blue 44

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

Shades of Bronzetone #4B542C

Tints of Bronzetone #4B542C

RGB

 RED value IS 75 (29.69% from 255) = 36.95%

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

 BLUE value IS 44 (17.58% from 255) = 21.67%

R = 36.95%
G = 41.38%
B = 21.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#4B542C (or 0x4B542C) is known color: Bronzetone. HEX triplet: 4B, 54 and 2C. RGB value is (75,84,44). Sum of RGB (Red+Green+Blue) = 75+84+44=203 (26% of max value = 765). Red value is 75 (29.69% from 255 or 36.95% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 84 - color contains mainly: green. Hex color #4B542C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B542C is #B4ABD3. Grayscale: #4C4C4C. Windows color (decimal): -11840468 or 2905163. OLE color: 2905163.

HSL color Cylindrical-coordinate representation of color #4B542C: hue angle of 73.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B542C is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB 75 84 44 -
CMYK 0.11 0 0.48 0.67
HSL 73.5º 0.31% 0.25% -
HSV(B) 73.5º 0.48% 0.33% -
XYZ 6.53 8.02 3.59 -
YUV 76.75 109.52 126.75 -
System Red Green Blue C M Y K H S L
Decimal 75 84 44 0.11 0 0.48 0.67 73.5 0.31 0.25
Hex 4B 54 2C B 0 30 43 4A 1F 19
Octal 113 124 54 13 0 60 103 112 37 31
Binary 1001011 1010100 101100 1011 0 110000 1000011 1001010 11111 11001

Color Harmonies of #4B542C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B542C

Black with #4B542C

Text Example


Text Example

White with #4B542C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B542C; }

 p { color: rgb(75,84,44); }

 H1.HeaderClassName
 {
   color: #4B542C;
 }
 .AnyTagClassName
 {
   color: #4B542C;
 }
</style>

background-color css

<style>
 a { background-color: #4B542C; }

 a { background-color: rgb(75,84,44); }

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

border-color css

<style>
 span { border-color: #4B542C; }

 span { border-color: rgb(75,84,44); }

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