#524322

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

Shades of Bronze Olive #524322

Tints of Bronze Olive #524322

Color information

#524322 (or 0x524322) is unknown color: approx Bronze Olive. HEX triplet: 52, 43 and 22. RGB value is (82,67,34). Sum of RGB (Red+Green+Blue) = 82+67+34=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 34 (13.67% from 255 or 18.58% from 183); Max value from RGB is 82 - color contains mainly: red. Hex color #524322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524322 is #ADBCDD. Grayscale: #434343. Windows color (decimal): -11386078 or 2245458. OLE color: 2245458.

HSL color Cylindrical-coordinate representation of color #524322: hue angle of 41.25º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #524322 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB826734-
CMYK00.180.590.68
HSL41.25º41.38%22.75%-
HSV(B)41.25º58.54%32.16%-
XYZ5.785.922.35-
YUV67.72108.97138.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.81%
GREEN value IS 67 (26.56% from 255) = 36.61%
BLUE value IS 34 (13.67% from 255) = 18.58%
R=44.81%
G=36.61%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82673400.180.590.6841.2541.3822.75
Hex5243220123B44292917
Octal1221034202273104515127
Binary10100101000011100010010010111011100010010100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524322; }

 p { color: rgb(82,67,34); }

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

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

 a { background-color: rgb(82,67,34); }

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

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

 span { border-color: rgb(82,67,34); }

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