#53481E

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

Shades of Bronze Olive #53481E

Tints of Bronze Olive #53481E

Color information

#53481E (or 0x53481E) is unknown color: approx Bronze Olive. HEX triplet: 53, 48 and 1E. RGB value is (83,72,30). Sum of RGB (Red+Green+Blue) = 83+72+30=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 30 (12.11% from 255 or 16.22% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #53481E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53481E is #ACB7E1. Grayscale: #464646. Windows color (decimal): -11319266 or 1984595. OLE color: 1984595.

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

Color convert

RGB837230-
CMYK00.130.640.67
HSL47.55º46.9%22.16%-
HSV(B)47.55º63.86%32.55%-
XYZ6.126.572.17-
YUV70.5105.14136.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.86%
GREEN value IS 72 (28.52% from 255) = 38.92%
BLUE value IS 30 (12.11% from 255) = 16.22%
R=44.86%
G=38.92%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83723000.130.640.6747.5546.922.16
Hex53481E0D4043302f16
Octal12311036015100103605726
Binary1010011100100011110011011000000100001111000010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53481E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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