#53451E

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

Shades of Bronze Olive #53451E

Tints of Bronze Olive #53451E

Color information

#53451E (or 0x53451E) is unknown color: approx Bronze Olive. HEX triplet: 53, 45 and 1E. RGB value is (83,69,30). Sum of RGB (Red+Green+Blue) = 83+69+30=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 69 (27.34% from 255 or 37.91% from 182); Blue value is 30 (12.11% from 255 or 16.48% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #53451E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53451E is #ACBAE1. Grayscale: #444444. Windows color (decimal): -11320034 or 1983827. OLE color: 1983827.

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

Color convert

RGB836930-
CMYK00.170.640.67
HSL44.15º46.9%22.16%-
HSV(B)44.15º63.86%32.55%-
XYZ5.936.192.11-
YUV68.74106.14138.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.60%
GREEN value IS 69 (27.34% from 255) = 37.91%
BLUE value IS 30 (12.11% from 255) = 16.48%
R=45.60%
G=37.91%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83693000.170.640.6744.1546.922.16
Hex53451E01140432c2f16
Octal12310536021100103545726
Binary10100111000101111100100011000000100001110110010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53451E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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