#52481A

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

Shades of Bronze Olive #52481A

Tints of Bronze Olive #52481A

Color information

#52481A (or 0x52481A) is unknown color: approx Bronze Olive. HEX triplet: 52, 48 and 1A. RGB value is (82,72,26). Sum of RGB (Red+Green+Blue) = 82+72+26=180 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.56% from 180); Green value is 72 (28.52% from 255 or 40% from 180); Blue value is 26 (10.55% from 255 or 14.44% from 180); Max value from RGB is 82 - color contains mainly: red. Hex color #52481A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52481A is #ADB7E5. Grayscale: #454545. Windows color (decimal): -11384806 or 1722450. OLE color: 1722450.

HSL color Cylindrical-coordinate representation of color #52481A: hue angle of 49.29º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52481A is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB827226-
CMYK00.120.680.68
HSL49.29º51.85%21.18%-
HSV(B)49.29º68.29%32.16%-
XYZ5.986.51.92-
YUV69.75103.31136.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.56%
GREEN value IS 72 (28.52% from 255) = 40%
BLUE value IS 26 (10.55% from 255) = 14.44%
R=45.56%
G=40%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82722600.120.680.6849.2951.8521.18
Hex52481A0C4444313415
Octal12211032014104104616425
Binary1010010100100011010011001000100100010011000111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52481A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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