#53481A

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

Shades of Bronze Olive #53481A

Tints of Bronze Olive #53481A

Color information

#53481A (or 0x53481A) is unknown color: approx Bronze Olive. HEX triplet: 53, 48 and 1A. RGB value is (83,72,26). Sum of RGB (Red+Green+Blue) = 83+72+26=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 26 (10.55% from 255 or 14.36% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #53481A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53481A is #ACB7E5. Grayscale: #464646. Windows color (decimal): -11319270 or 1722451. OLE color: 1722451.

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

Color convert

RGB837226-
CMYK00.130.690.67
HSL48.42º52.29%21.37%-
HSV(B)48.42º68.67%32.55%-
XYZ6.076.551.92-
YUV70.04103.14137.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.86%
GREEN value IS 72 (28.52% from 255) = 39.78%
BLUE value IS 26 (10.55% from 255) = 14.36%
R=45.86%
G=39.78%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83722600.130.690.6748.4252.2921.37
Hex53481A0D4543303415
Octal12311032015105103606425
Binary1010011100100011010011011000101100001111000011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53481A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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