#534422

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

Shades of Bronze Olive #534422

Tints of Bronze Olive #534422

Color information

#534422 (or 0x534422) is unknown color: approx Bronze Olive. HEX triplet: 53, 44 and 22. RGB value is (83,68,34). Sum of RGB (Red+Green+Blue) = 83+68+34=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 34 (13.67% from 255 or 18.38% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #534422 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534422 is #ACBBDD. Grayscale: #444444. Windows color (decimal): -11320286 or 2245715. OLE color: 2245715.

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

Color convert

RGB836834-
CMYK00.180.590.67
HSL41.63º41.88%22.94%-
HSV(B)41.63º59.04%32.55%-
XYZ5.926.092.38-
YUV68.61108.47138.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.86%
GREEN value IS 68 (26.95% from 255) = 36.76%
BLUE value IS 34 (13.67% from 255) = 18.38%
R=44.86%
G=36.76%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83683400.180.590.6741.6341.8822.94
Hex5344220123B432a2a17
Octal1231044202273103525227
Binary10100111000100100010010010111011100001110101010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534422; }

 p { color: rgb(83,68,34); }

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

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

 a { background-color: rgb(83,68,34); }

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

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

 span { border-color: rgb(83,68,34); }

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