#53450E

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

Shades of Bronze Olive #53450E

Tints of Bronze Olive #53450E

Color information

#53450E (or 0x53450E) is unknown color: approx Bronze Olive. HEX triplet: 53, 45 and 0E. RGB value is (83,69,14). Sum of RGB (Red+Green+Blue) = 83+69+14=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 69 (27.34% from 255 or 41.57% from 166); Blue value is 14 (5.86% from 255 or 8.43% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #53450E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53450E is #ACBAF1. Grayscale: #434343. Windows color (decimal): -11320050 or 935251. OLE color: 935251.

HSL color Cylindrical-coordinate representation of color #53450E: hue angle of 47.83º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #53450E is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB836914-
CMYK00.170.830.67
HSL47.83º71.13%19.02%-
HSV(B)47.83º83.13%32.55%-
XYZ5.776.131.29-
YUV66.9298.14139.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50%
GREEN value IS 69 (27.34% from 255) = 41.57%
BLUE value IS 14 (5.86% from 255) = 8.43%
R=50%
G=41.57%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.83
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83691400.170.830.6747.8371.1319.02
Hex5345E0115343304713
Octal123105160211231036010723
Binary10100111000101111001000110100111000011110000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53450E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53450E; }

 p { color: rgb(83,69,14); }

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

<style>
 a { background-color: #53450E; }

 a { background-color: rgb(83,69,14); }

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

<style>
 span { border-color: #53450E; }

 span { border-color: rgb(83,69,14); }

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