#534C1D

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

Shades of Bronze Olive #534C1D

Tints of Bronze Olive #534C1D

Color information

#534C1D (or 0x534C1D) is unknown color: approx Bronze Olive. HEX triplet: 53, 4C and 1D. RGB value is (83,76,29). Sum of RGB (Red+Green+Blue) = 83+76+29=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 76 (30.08% from 255 or 40.43% from 188); Blue value is 29 (11.72% from 255 or 15.43% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #534C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534C1D is #ACB3E2. Grayscale: #484848. Windows color (decimal): -11318243 or 1920083. OLE color: 1920083.

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

Color convert

RGB837629-
CMYK00.080.650.67
HSL52.22º48.21%21.96%-
HSV(B)52.22º65.06%32.55%-
XYZ6.377.12.2-
YUV72.74103.32135.32-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.15%
GREEN value IS 76 (30.08% from 255) = 40.43%
BLUE value IS 29 (11.72% from 255) = 15.43%
R=44.15%
G=40.43%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83762900.080.650.6752.2248.2121.96
Hex534C1D084143343016
Octal12311435010101103646026
Binary1010011100110011101010001000001100001111010011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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