#534B05

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

Shades of Bronze Olive #534B05

Tints of Bronze Olive #534B05

Color information

#534B05 (or 0x534B05) is unknown color: approx Bronze Olive. HEX triplet: 53, 4B and 05. RGB value is (83,75,5). Sum of RGB (Red+Green+Blue) = 83+75+5=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 75 (29.69% from 255 or 46.01% from 163); Blue value is 5 (2.34% from 255 or 3.07% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #534B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534B05 is #ACB4FA. Grayscale: #454545. Windows color (decimal): -11318523 or 346963. OLE color: 346963.

HSL color Cylindrical-coordinate representation of color #534B05: hue angle of 53.85º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #534B05 is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB83755-
CMYK00.100.940.67
HSL53.85º88.64%17.25%-
HSV(B)53.85º93.98%32.55%-
XYZ6.116.881.15-
YUV69.4191.65137.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.92%
GREEN value IS 75 (29.69% from 255) = 46.01%
BLUE value IS 5 (2.34% from 255) = 3.07%
R=50.92%
G=46.01%
B=3.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8375500.100.940.6753.8588.6417.25
Hex534B50A5E43365911
Octal12311350121361036613121
Binary101001110010111010101010111101000011110110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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