#53441A

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

Shades of Bronze Olive #53441A

Tints of Bronze Olive #53441A

Color information

#53441A (or 0x53441A) is unknown color: approx Bronze Olive. HEX triplet: 53, 44 and 1A. RGB value is (83,68,26). Sum of RGB (Red+Green+Blue) = 83+68+26=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #53441A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53441A is #ACBBE5. Grayscale: #434343. Windows color (decimal): -11320294 or 1721427. OLE color: 1721427.

HSL color Cylindrical-coordinate representation of color #53441A: hue angle of 44.21º 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 #53441A is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB836826-
CMYK00.180.690.67
HSL44.21º52.29%21.37%-
HSV(B)44.21º68.67%32.55%-
XYZ5.826.051.84-
YUV67.7104.47138.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.89%
GREEN value IS 68 (26.95% from 255) = 38.42%
BLUE value IS 26 (10.55% from 255) = 14.69%
R=46.89%
G=38.42%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83682600.180.690.6744.2152.2921.37
Hex53441A01245432c3415
Octal12310432022105103546425
Binary10100111000100110100100101000101100001110110011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53441A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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