#534B22

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

Shades of Bronze Olive #534B22

Tints of Bronze Olive #534B22

Color information

#534B22 (or 0x534B22) is unknown color: approx Bronze Olive. HEX triplet: 53, 4B and 22. RGB value is (83,75,34). Sum of RGB (Red+Green+Blue) = 83+75+34=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 75 (29.69% from 255 or 39.06% from 192); Blue value is 34 (13.67% from 255 or 17.71% from 192); Max value from RGB is 83 - color contains mainly: red. Hex color #534B22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B22 is #ACB4DD. Grayscale: #484848. Windows color (decimal): -11318494 or 2247507. OLE color: 2247507.

HSL color Cylindrical-coordinate representation of color #534B22: hue angle of 50.2º 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 #534B22 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB837534-
CMYK00.100.590.67
HSL50.2º41.88%22.94%-
HSV(B)50.2º59.04%32.55%-
XYZ6.376.992.53-
YUV72.72106.15135.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.23%
GREEN value IS 75 (29.69% from 255) = 39.06%
BLUE value IS 34 (13.67% from 255) = 17.71%
R=43.23%
G=39.06%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83753400.100.590.6750.241.8822.94
Hex534B220A3B43322a17
Octal1231134201273103625227
Binary1010011100101110001001010111011100001111001010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534B22; }

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

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

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

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

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

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

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

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