#53451D

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

Shades of Bronze Olive #53451D

Tints of Bronze Olive #53451D

Color information

#53451D (or 0x53451D) is unknown color: approx Bronze Olive. HEX triplet: 53, 45 and 1D. RGB value is (83,69,29). Sum of RGB (Red+Green+Blue) = 83+69+29=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 69 (27.34% from 255 or 38.12% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #53451D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53451D is #ACBAE2. Grayscale: #444444. Windows color (decimal): -11320035 or 1918291. OLE color: 1918291.

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

Color convert

RGB836929-
CMYK00.170.650.67
HSL44.44º48.21%21.96%-
HSV(B)44.44º65.06%32.55%-
XYZ5.926.182.04-
YUV68.63105.64138.25-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.86%
GREEN value IS 69 (27.34% from 255) = 38.12%
BLUE value IS 29 (11.72% from 255) = 16.02%
R=45.86%
G=38.12%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83692900.170.650.6744.4448.2121.96
Hex53451D01141432c3016
Octal12310535021101103546026
Binary10100111000101111010100011000001100001110110011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53451D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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