#534B1D

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

Shades of Bronze Olive #534B1D

Tints of Bronze Olive #534B1D

Color information

#534B1D (or 0x534B1D) is unknown color: approx Bronze Olive. HEX triplet: 53, 4B and 1D. RGB value is (83,75,29). Sum of RGB (Red+Green+Blue) = 83+75+29=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 75 (29.69% from 255 or 40.11% from 187); Blue value is 29 (11.72% from 255 or 15.51% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #534B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B1D is #ACB4E2. Grayscale: #484848. Windows color (decimal): -11318499 or 1919827. OLE color: 1919827.

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

Color convert

RGB837529-
CMYK00.100.650.67
HSL51.11º48.21%21.96%-
HSV(B)51.11º65.06%32.55%-
XYZ6.316.962.17-
YUV72.15103.65135.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.39%
GREEN value IS 75 (29.69% from 255) = 40.11%
BLUE value IS 29 (11.72% from 255) = 15.51%
R=44.39%
G=40.11%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83752900.100.650.6751.1148.2121.96
Hex534B1D0A4143333016
Octal12311335012101103636026
Binary1010011100101111101010101000001100001111001111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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