#534B14

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

Shades of Bronze Olive #534B14

Tints of Bronze Olive #534B14

Color information

#534B14 (or 0x534B14) is unknown color: approx Bronze Olive. HEX triplet: 53, 4B and 14. RGB value is (83,75,20). Sum of RGB (Red+Green+Blue) = 83+75+20=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 75 (29.69% from 255 or 42.13% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #534B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534B14 is #ACB4EB. Grayscale: #474747. Windows color (decimal): -11318508 or 1330003. OLE color: 1330003.

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

Color convert

RGB837520-
CMYK00.100.760.67
HSL52.38º61.17%20.2%-
HSV(B)52.38º75.9%32.55%-
XYZ6.216.921.67-
YUV71.1299.15136.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.63%
GREEN value IS 75 (29.69% from 255) = 42.13%
BLUE value IS 20 (8.20% from 255) = 11.24%
R=46.63%
G=42.13%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83752000.100.760.6752.3861.1720.2
Hex534B140A4C43343d14
Octal12311324012114103647524
Binary1010011100101110100010101001100100001111010011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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