#534424

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

Shades of Bronze Olive #534424

Tints of Bronze Olive #534424

Color information

#534424 (or 0x534424) is unknown color: approx Bronze Olive. HEX triplet: 53, 44 and 24. RGB value is (83,68,36). Sum of RGB (Red+Green+Blue) = 83+68+36=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 36 (14.45% from 255 or 19.25% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #534424 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534424 is #ACBBDB. Grayscale: #444444. Windows color (decimal): -11320284 or 2376787. OLE color: 2376787.

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

Color convert

RGB836836-
CMYK00.180.570.67
HSL40.85º39.5%23.33%-
HSV(B)40.85º56.63%32.55%-
XYZ5.956.12.53-
YUV68.84109.47138.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.39%
GREEN value IS 68 (26.95% from 255) = 36.36%
BLUE value IS 36 (14.45% from 255) = 19.25%
R=44.39%
G=36.36%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83683600.180.570.6740.8539.523.33
Hex5344240123943292717
Octal1231044402271103514727
Binary10100111000100100100010010111001100001110100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534424; }

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

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

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

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

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

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

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

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