#534C10

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

Shades of Bronze Olive #534C10

Tints of Bronze Olive #534C10

Color information

#534C10 (or 0x534C10) is unknown color: approx Bronze Olive. HEX triplet: 53, 4C and 10. RGB value is (83,76,16). Sum of RGB (Red+Green+Blue) = 83+76+16=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 76 (30.08% from 255 or 43.43% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #534C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534C10 is #ACB3EF. Grayscale: #474747. Windows color (decimal): -11318256 or 1068115. OLE color: 1068115.

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

Color convert

RGB837616-
CMYK00.080.810.67
HSL53.73º67.68%19.41%-
HSV(B)53.73º80.72%32.55%-
XYZ6.257.051.52-
YUV71.2596.82136.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.43%
GREEN value IS 76 (30.08% from 255) = 43.43%
BLUE value IS 16 (6.64% from 255) = 9.14%
R=47.43%
G=43.43%
B=9.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83761600.080.810.6753.7367.6819.41
Hex534C10085143364413
Octal123114200101211036610423
Binary10100111001100100000100010100011000011110110100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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