#52451E

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

Shades of Bronze Olive #52451E

Tints of Bronze Olive #52451E

Color information

#52451E (or 0x52451E) is unknown color: approx Bronze Olive. HEX triplet: 52, 45 and 1E. RGB value is (82,69,30). Sum of RGB (Red+Green+Blue) = 82+69+30=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 69 (27.34% from 255 or 38.12% from 181); Blue value is 30 (12.11% from 255 or 16.57% from 181); Max value from RGB is 82 - color contains mainly: red. Hex color #52451E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52451E is #ADBAE1. Grayscale: #444444. Windows color (decimal): -11385570 or 1983826. OLE color: 1983826.

HSL color Cylindrical-coordinate representation of color #52451E: hue angle of 45º 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 #52451E is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB826930-
CMYK00.160.630.68
HSL45º46.43%21.96%-
HSV(B)45º63.41%32.16%-
XYZ5.846.142.11-
YUV68.44106.31137.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.30%
GREEN value IS 69 (27.34% from 255) = 38.12%
BLUE value IS 30 (12.11% from 255) = 16.57%
R=45.30%
G=38.12%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82693000.160.630.684546.4321.96
Hex52451E0103F442d2e16
Octal1221053602077104555626
Binary1010010100010111110010000111111100010010110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52451E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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