#53481B

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

Shades of Bronze Olive #53481B

Tints of Bronze Olive #53481B

Color information

#53481B (or 0x53481B) is unknown color: approx Bronze Olive. HEX triplet: 53, 48 and 1B. RGB value is (83,72,27). Sum of RGB (Red+Green+Blue) = 83+72+27=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #53481B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53481B is #ACB7E4. Grayscale: #464646. Windows color (decimal): -11319269 or 1787987. OLE color: 1787987.

HSL color Cylindrical-coordinate representation of color #53481B: hue angle of 48.21º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53481B is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB837227-
CMYK00.130.670.67
HSL48.21º50.91%21.57%-
HSV(B)48.21º67.47%32.55%-
XYZ6.086.551.98-
YUV70.16103.64137.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.60%
GREEN value IS 72 (28.52% from 255) = 39.56%
BLUE value IS 27 (10.94% from 255) = 14.84%
R=45.60%
G=39.56%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83722700.130.670.6748.2150.9121.57
Hex53481B0D4343303316
Octal12311033015103103606326
Binary1010011100100011011011011000011100001111000011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53481B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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