#53451F

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

Shades of Bronze Olive #53451F

Tints of Bronze Olive #53451F

Color information

#53451F (or 0x53451F) is unknown color: approx Bronze Olive. HEX triplet: 53, 45 and 1F. RGB value is (83,69,31). Sum of RGB (Red+Green+Blue) = 83+69+31=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #53451F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53451F is #ACBAE0. Grayscale: #454545. Windows color (decimal): -11320033 or 2049363. OLE color: 2049363.

HSL color Cylindrical-coordinate representation of color #53451F: hue angle of 43.85º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53451F is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB836931-
CMYK00.170.630.67
HSL43.85º45.61%22.35%-
HSV(B)43.85º62.65%32.55%-
XYZ5.946.192.18-
YUV68.85106.64138.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.36%
GREEN value IS 69 (27.34% from 255) = 37.70%
BLUE value IS 31 (12.5% from 255) = 16.94%
R=45.36%
G=37.70%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83693100.170.630.6743.8545.6122.35
Hex53451F0113F432c2e16
Octal1231053702177103545626
Binary1010011100010111111010001111111100001110110010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53451F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53451F; }

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

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

<style>
 a { background-color: #53451F; }

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

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

<style>
 span { border-color: #53451F; }

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

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