#52481E

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

Shades of Bronze Olive #52481E

Tints of Bronze Olive #52481E

Color information

#52481E (or 0x52481E) is unknown color: approx Bronze Olive. HEX triplet: 52, 48 and 1E. RGB value is (82,72,30). Sum of RGB (Red+Green+Blue) = 82+72+30=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 72 (28.52% from 255 or 39.13% from 184); Blue value is 30 (12.11% from 255 or 16.30% from 184); Max value from RGB is 82 - color contains mainly: red. Hex color #52481E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52481E is #ADB7E1. Grayscale: #464646. Windows color (decimal): -11384802 or 1984594. OLE color: 1984594.

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

Color convert

RGB827230-
CMYK00.120.630.68
HSL48.46º46.43%21.96%-
HSV(B)48.46º63.41%32.16%-
XYZ6.036.522.17-
YUV70.2105.31136.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.57%
GREEN value IS 72 (28.52% from 255) = 39.13%
BLUE value IS 30 (12.11% from 255) = 16.30%
R=44.57%
G=39.13%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82723000.120.630.6848.4646.4321.96
Hex52481E0C3F44302e16
Octal1221103601477104605626
Binary101001010010001111001100111111100010011000010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52481E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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