#53451A

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

Shades of Bronze Olive #53451A

Tints of Bronze Olive #53451A

Color information

#53451A (or 0x53451A) is unknown color: approx Bronze Olive. HEX triplet: 53, 45 and 1A. RGB value is (83,69,26). Sum of RGB (Red+Green+Blue) = 83+69+26=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 69 (27.34% from 255 or 38.76% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #53451A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53451A is #ACBAE5. Grayscale: #444444. Windows color (decimal): -11320038 or 1721683. OLE color: 1721683.

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

Color convert

RGB836926-
CMYK00.170.690.67
HSL45.26º52.29%21.37%-
HSV(B)45.26º68.67%32.55%-
XYZ5.886.171.86-
YUV68.28104.14138.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.63%
GREEN value IS 69 (27.34% from 255) = 38.76%
BLUE value IS 26 (10.55% from 255) = 14.61%
R=46.63%
G=38.76%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83692600.170.690.6745.2652.2921.37
Hex53451A01145432d3415
Octal12310532021105103556425
Binary10100111000101110100100011000101100001110110111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53451A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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