#534C23

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

Shades of Bronze Olive #534C23

Tints of Bronze Olive #534C23

Color information

#534C23 (or 0x534C23) is unknown color: approx Bronze Olive. HEX triplet: 53, 4C and 23. RGB value is (83,76,35). Sum of RGB (Red+Green+Blue) = 83+76+35=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 76 (30.08% from 255 or 39.18% from 194); Blue value is 35 (14.06% from 255 or 18.04% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #534C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534C23 is #ACB3DC. Grayscale: #494949. Windows color (decimal): -11318237 or 2313299. OLE color: 2313299.

HSL color Cylindrical-coordinate representation of color #534C23: hue angle of 51.25º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #534C23 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB837635-
CMYK00.080.580.67
HSL51.25º40.68%23.14%-
HSV(B)51.25º57.83%32.55%-
XYZ6.467.132.63-
YUV73.42106.32134.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.78%
GREEN value IS 76 (30.08% from 255) = 39.18%
BLUE value IS 35 (14.06% from 255) = 18.04%
R=42.78%
G=39.18%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83763500.080.580.6751.2540.6823.14
Hex534C23083A43332917
Octal1231144301072103635127
Binary1010011100110010001101000111010100001111001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,76,35); }

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

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

 a { background-color: rgb(83,76,35); }

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

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

 span { border-color: rgb(83,76,35); }

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