#574B13

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

Shades of Bronze Olive #574B13

Tints of Bronze Olive #574B13

Color information

#574B13 (or 0x574B13) is unknown color: approx Bronze Olive. HEX triplet: 57, 4B and 13. RGB value is (87,75,19). Sum of RGB (Red+Green+Blue) = 87+75+19=181 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.07% from 181); Green value is 75 (29.69% from 255 or 41.44% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 87 - color contains mainly: red. Hex color #574B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574B13 is #A8B4EC. Grayscale: #484848. Windows color (decimal): -11056365 or 1264471. OLE color: 1264471.

HSL color Cylindrical-coordinate representation of color #574B13: hue angle of 49.41º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #574B13 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB877519-
CMYK00.140.780.66
HSL49.41º64.15%20.78%-
HSV(B)49.41º78.16%34.12%-
XYZ6.567.111.64-
YUV72.297.98138.55-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.07%
GREEN value IS 75 (29.69% from 255) = 41.44%
BLUE value IS 19 (7.81% from 255) = 10.50%
R=48.07%
G=41.44%
B=10.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87751900.140.780.6649.4164.1520.78
Hex574B130E4E42314015
Octal127113230161161026110025
Binary10101111001011100110111010011101000010110001100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574B13; }

 p { color: rgb(87,75,19); }

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

<style>
 a { background-color: #574B13; }

 a { background-color: rgb(87,75,19); }

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

<style>
 span { border-color: #574B13; }

 span { border-color: rgb(87,75,19); }

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