#534B29

Color #534B29 Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #534B29

Tints of Bronze Olive #534B29

Color information

#534B29 (or 0x534B29) is unknown color: approx Bronze Olive. HEX triplet: 53, 4B and 29. RGB value is (83,75,41). Sum of RGB (Red+Green+Blue) = 83+75+41=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 75 (29.69% from 255 or 37.69% from 199); Blue value is 41 (16.41% from 255 or 20.60% from 199); Max value from RGB is 83 - color contains mainly: red. Hex color #534B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B29 is #ACB4D6. Grayscale: #494949. Windows color (decimal): -11318487 or 2706259. OLE color: 2706259.

HSL color Cylindrical-coordinate representation of color #534B29: hue angle of 48.57º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #534B29 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB837541-
CMYK00.100.510.67
HSL48.57º33.87%24.31%-
HSV(B)48.57º50.6%32.55%-
XYZ6.487.033.11-
YUV73.52109.65134.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.71%
GREEN value IS 75 (29.69% from 255) = 37.69%
BLUE value IS 41 (16.41% from 255) = 20.60%
R=41.71%
G=37.69%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83754100.100.510.6748.5733.8724.31
Hex534B290A3343312218
Octal1231135101263103614230
Binary1010011100101110100101010110011100001111000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534B29; }

 p { color: rgb(83,75,41); }

 H1.HeaderClassName
 {
   color: #534B29;
 }
 .AnyTagClassName
 {
   color: #534B29;
 }
</style>
background-color css

<style>
 a { background-color: #534B29; }

 a { background-color: rgb(83,75,41); }

 div.DivClassName
 {
   background-color: #534B29;
 }
 .BgClassName
 {
   background-color: #534B29;
 }
</style>
border-color css

<style>
 span { border-color: #534B29; }

 span { border-color: rgb(83,75,41); }

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